#1BA63D

Color #1BA63D Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1BA63D

Tints of Dark Pastel Green #1BA63D

Color information

#1BA63D (or 0x1BA63D) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, A6 and 3D. RGB value is (27,166,61). Sum of RGB (Red+Green+Blue) = 27+166+61=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 166 (65.23% from 255 or 65.35% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA63D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA63D is #E459C2. Grayscale: #707070. Windows color (decimal): -14965187 or 4040219. OLE color: 4040219.

HSL color Cylindrical-coordinate representation of color #1BA63D: hue angle of 134.68º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA63D is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB2716661-
CMYK0.8400.630.35
HSL134.68º72.02%37.84%-
HSV(B)134.68º83.73%65.1%-
XYZ14.9327.849-
YUV112.4798.9567.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 10.63%
GREEN value IS 166 (65.23% from 255) = 65.35%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=10.63%
G=65.35%
B=24.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27166610.8400.630.35134.6872.0237.84
Hex1BA63D5403F23874826
Octal33246751240774320711046
Binary110111010011011110110101000111111100011100001111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BA63D; }

 p { color: rgb(27,166,61); }

 H1.HeaderClassName
 {
   color: #1BA63D;
 }
 .AnyTagClassName
 {
   color: #1BA63D;
 }
</style>
background-color css

<style>
 a { background-color: #1BA63D; }

 a { background-color: rgb(27,166,61); }

 div.DivClassName
 {
   background-color: #1BA63D;
 }
 .BgClassName
 {
   background-color: #1BA63D;
 }
</style>
border-color css

<style>
 span { border-color: #1BA63D; }

 span { border-color: rgb(27,166,61); }

 td.TdClassName
 {
   border-color: #1BA63D;
 }
 .TagClassName
 {
   border-color: #1BA63D;
 }
</style>