#2F9330

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

Shades of Forest Green #2F9330

Tints of Forest Green #2F9330

Color information

#2F9330 (or 0x2F9330) is unknown color: approx Forest Green. HEX triplet: 2F, 93 and 30. RGB value is (47,147,48). Sum of RGB (Red+Green+Blue) = 47+147+48=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9330 is #D06CCF. Grayscale: #6A6A6A. Windows color (decimal): -13659344 or 3183407. OLE color: 3183407.

HSL color Cylindrical-coordinate representation of color #2F9330: hue angle of 120.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9330 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB4714748-
CMYK0.6800.670.42
HSL120.6º51.55%38.04%-
HSV(B)120.6º68.03%57.65%-
XYZ12.1421.696.34-
YUV105.8195.3786.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 147 (57.81% from 255) = 60.74%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=19.42%
G=60.74%
B=19.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147480.6800.670.42120.651.5538.04
Hex2F9330440432A793426
Octal57223601040103521716446
Binary101111100100111100001000100010000111010101111001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,147,48); }

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

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

 a { background-color: rgb(47,147,48); }

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

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

 span { border-color: rgb(47,147,48); }

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