#2B8415

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

Shades of Forest Green #2B8415

Tints of Forest Green #2B8415

Color information

#2B8415 (or 0x2B8415) is unknown color: approx Forest Green. HEX triplet: 2B, 84 and 15. RGB value is (43,132,21). Sum of RGB (Red+Green+Blue) = 43+132+21=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8415 is #D47BEA. Grayscale: #5D5D5D. Windows color (decimal): -13925355 or 1410091. OLE color: 1410091.

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

Color convert

RGB4313221-
CMYK0.6700.840.48
HSL108.11º72.55%30%-
HSV(B)108.11º84.09%51.76%-
XYZ9.3817.073.51-
YUV92.7487.5192.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 132 (51.95% from 255) = 67.35%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=21.94%
G=67.35%
B=10.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43132210.6700.840.48108.1172.5530
Hex2B841543054306c491e
Octal532042510301246015411136
Binary10101110000100101011000011010101001100001101100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,132,21); }

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

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

 a { background-color: rgb(43,132,21); }

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

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

 span { border-color: rgb(43,132,21); }

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