#2A9B3C

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

Shades of Forest Green #2A9B3C

Tints of Forest Green #2A9B3C

Color information

#2A9B3C (or 0x2A9B3C) is unknown color: approx Forest Green. HEX triplet: 2A, 9B and 3C. RGB value is (42,155,60). Sum of RGB (Red+Green+Blue) = 42+155+60=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 155 (60.94% from 255 or 60.31% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9B3C is #D564C3. Grayscale: #6E6E6E. Windows color (decimal): -13984964 or 3971882. OLE color: 3971882.

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

Color convert

RGB4215560-
CMYK0.7300.610.39
HSL129.56º57.36%38.63%-
HSV(B)129.56º72.9%60.78%-
XYZ13.4924.268.25-
YUV110.3899.5679.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.34%
GREEN value IS 155 (60.94% from 255) = 60.31%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=16.34%
G=60.31%
B=23.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42155600.7300.610.39129.5657.3638.63
Hex2A9B3C4903D27823927
Octal5223374111075472027147
Binary101010100110111111001001001011110110011110000010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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