#2A8B06

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

Shades of Forest Green #2A8B06

Tints of Forest Green #2A8B06

Color information

#2A8B06 (or 0x2A8B06) is unknown color: approx Forest Green. HEX triplet: 2A, 8B and 06. RGB value is (42,139,6). Sum of RGB (Red+Green+Blue) = 42+139+6=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 139 (54.69% from 255 or 74.33% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8B06 is #D574F9. Grayscale: #5F5F5F. Windows color (decimal): -13989114 or 428842. OLE color: 428842.

HSL color Cylindrical-coordinate representation of color #2A8B06: hue angle of 103.76º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A8B06 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB421396-
CMYK0.7000.960.45
HSL103.76º91.72%28.43%-
HSV(B)103.76º95.68%54.51%-
XYZ10.2218.973.3-
YUV94.8377.8690.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 139 (54.69% from 255) = 74.33%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=22.46%
G=74.33%
B=3.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4213960.7000.960.45103.7691.7228.43
Hex2A8B6460602D685c1c
Octal52213610601405515013434
Binary101010100010111101000110011000001011011101000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,139,6); }

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

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

 a { background-color: rgb(42,139,6); }

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

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

 span { border-color: rgb(42,139,6); }

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