#2A8513

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

Shades of Forest Green #2A8513

Tints of Forest Green #2A8513

Color information

#2A8513 (or 0x2A8513) is unknown color: approx Forest Green. HEX triplet: 2A, 85 and 13. RGB value is (42,133,19). Sum of RGB (Red+Green+Blue) = 42+133+19=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8513 is #D57AEC. Grayscale: #5D5D5D. Windows color (decimal): -13990637 or 1279274. OLE color: 1279274.

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

Color convert

RGB4213319-
CMYK0.6800.860.48
HSL107.89º75%29.8%-
HSV(B)107.89º85.71%52.16%-
XYZ9.4617.313.46-
YUV92.7986.3591.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 133 (52.34% from 255) = 68.56%
BLUE value IS 19 (7.81% from 255) = 9.79%
R=21.65%
G=68.56%
B=9.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42133190.6800.860.48107.897529.8
Hex2A851344056306c4b1e
Octal522052310401266015411336
Binary10101010000101100111000100010101101100001101100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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