#2A851C

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

Shades of Forest Green #2A851C

Tints of Forest Green #2A851C

Color information

#2A851C (or 0x2A851C) is unknown color: approx Forest Green. HEX triplet: 2A, 85 and 1C. RGB value is (42,133,28). Sum of RGB (Red+Green+Blue) = 42+133+28=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #2A851C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A851C is #D57AE3. Grayscale: #5E5E5E. Windows color (decimal): -13990628 or 1869098. OLE color: 1869098.

HSL color Cylindrical-coordinate representation of color #2A851C: hue angle of 112º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A851C is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB4213328-
CMYK0.6800.790.48
HSL112º65.22%31.57%-
HSV(B)112º78.95%52.16%-
XYZ9.5517.353.94-
YUV93.8290.8591.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 133 (52.34% from 255) = 65.52%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=20.69%
G=65.52%
B=13.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42133280.6800.790.4811265.2231.57
Hex2A851C4404F30704120
Octal522053410401176016010140
Binary101010100001011110010001000100111111000011100001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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