#2A8523

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

Shades of Forest Green #2A8523

Tints of Forest Green #2A8523

Color information

#2A8523 (or 0x2A8523) is unknown color: approx Forest Green. HEX triplet: 2A, 85 and 23. RGB value is (42,133,35). Sum of RGB (Red+Green+Blue) = 42+133+35=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8523 is #D57ADC. Grayscale: #5E5E5E. Windows color (decimal): -13990621 or 2327850. OLE color: 2327850.

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

Color convert

RGB4213335-
CMYK0.6800.740.48
HSL115.71º58.33%32.94%-
HSV(B)115.71º73.68%52.16%-
XYZ9.6517.394.44-
YUV94.6294.3590.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 133 (52.34% from 255) = 63.33%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=20%
G=63.33%
B=16.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42133350.6800.740.48115.7158.3332.94
Hex2A85234404A30743a21
Octal52205431040112601647241
Binary101010100001011000111000100010010101100001110100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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