#2A7A1C

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

Shades of Forest Green #2A7A1C

Tints of Forest Green #2A7A1C

Color information

#2A7A1C (or 0x2A7A1C) is unknown color: approx Forest Green. HEX triplet: 2A, 7A and 1C. RGB value is (42,122,28). Sum of RGB (Red+Green+Blue) = 42+122+28=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 122 (48.05% from 255 or 63.54% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7A1C is #D585E3. Grayscale: #575757. Windows color (decimal): -13993444 or 1866282. OLE color: 1866282.

HSL color Cylindrical-coordinate representation of color #2A7A1C: hue angle of 111.06º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A7A1C is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB4212228-
CMYK0.6600.770.52
HSL111.06º62.67%29.41%-
HSV(B)111.06º77.05%47.84%-
XYZ8.1214.53.47-
YUV87.3694.595.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.88%
GREEN value IS 122 (48.05% from 255) = 63.54%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=21.88%
G=63.54%
B=14.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42122280.6600.770.52111.0662.6729.41
Hex2A7A1C4204D346f3f1d
Octal52172341020115641577735
Binary101010111101011100100001001001101110100110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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