#2A8B14

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

Shades of Forest Green #2A8B14

Tints of Forest Green #2A8B14

Color information

#2A8B14 (or 0x2A8B14) is unknown color: approx Forest Green. HEX triplet: 2A, 8B and 14. RGB value is (42,139,20). Sum of RGB (Red+Green+Blue) = 42+139+20=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8B14 is #D574EB. Grayscale: #606060. Windows color (decimal): -13989100 or 1346346. OLE color: 1346346.

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

Color convert

RGB4213920-
CMYK0.7000.860.45
HSL108.91º74.84%31.18%-
HSV(B)108.91º85.61%54.51%-
XYZ10.3119.013.79-
YUV96.4384.8689.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 139 (54.69% from 255) = 69.15%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=20.90%
G=69.15%
B=9.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42139200.7000.860.45108.9174.8431.18
Hex2A8B14460562D6d4b1f
Octal522132410601265515511337
Binary10101010001011101001000110010101101011011101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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