#2A9B1C

Color #2A9B1C Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2A9B1C

Tints of Forest Green #2A9B1C

Color information

#2A9B1C (or 0x2A9B1C) is unknown color: approx Forest Green. HEX triplet: 2A, 9B and 1C. RGB value is (42,155,28). Sum of RGB (Red+Green+Blue) = 42+155+28=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 155 (60.94% from 255 or 68.89% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9B1C is #D564E3. Grayscale: #6B6B6B. Windows color (decimal): -13984996 or 1874730. OLE color: 1874730.

HSL color Cylindrical-coordinate representation of color #2A9B1C: hue angle of 113.39º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A9B1C is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB4215528-
CMYK0.7300.820.39
HSL113.39º69.4%35.88%-
HSV(B)113.39º81.94%60.78%-
XYZ12.8924.025.06-
YUV106.7483.5681.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 155 (60.94% from 255) = 68.89%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=18.67%
G=68.89%
B=12.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42155280.7300.820.39113.3969.435.88
Hex2A9B1C4905227714524
Octal522333411101224716110544
Binary101010100110111110010010010101001010011111100011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A9B1C; }

 p { color: rgb(42,155,28); }

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

<style>
 a { background-color: #2A9B1C; }

 a { background-color: rgb(42,155,28); }

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

<style>
 span { border-color: #2A9B1C; }

 span { border-color: rgb(42,155,28); }

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