#2F9B21

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

Shades of Forest Green #2F9B21

Tints of Forest Green #2F9B21

Color information

#2F9B21 (or 0x2F9B21) is unknown color: approx Forest Green. HEX triplet: 2F, 9B and 21. RGB value is (47,155,33). Sum of RGB (Red+Green+Blue) = 47+155+33=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 155 (60.94% from 255 or 65.96% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9B21 is #D064DE. Grayscale: #6D6D6D. Windows color (decimal): -13657311 or 2202415. OLE color: 2202415.

HSL color Cylindrical-coordinate representation of color #2F9B21: hue angle of 113.11º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F9B21 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB4715533-
CMYK0.7000.790.39
HSL113.11º64.89%36.86%-
HSV(B)113.11º78.71%60.78%-
XYZ13.1724.165.41-
YUV108.885.2283.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 155 (60.94% from 255) = 65.96%
BLUE value IS 33 (13.28% from 255) = 14.04%
R=20%
G=65.96%
B=14.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal47155330.7000.790.39113.1164.8936.86
Hex2F9B214604F27714125
Octal572334110601174716110145
Binary1011111001101110000110001100100111110011111100011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,155,33); }

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

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

 a { background-color: rgb(47,155,33); }

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

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

 span { border-color: rgb(47,155,33); }

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