#2F933C

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

Shades of Forest Green #2F933C

Tints of Forest Green #2F933C

Color information

#2F933C (or 0x2F933C) is unknown color: approx Forest Green. HEX triplet: 2F, 93 and 3C. RGB value is (47,147,60). Sum of RGB (Red+Green+Blue) = 47+147+60=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #2F933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F933C is #D06CC3. Grayscale: #6B6B6B. Windows color (decimal): -13659332 or 3969839. OLE color: 3969839.

HSL color Cylindrical-coordinate representation of color #2F933C: hue angle of 127.8º 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 #2F933C is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB4714760-
CMYK0.6800.590.42
HSL127.8º51.55%38.04%-
HSV(B)127.8º68.03%57.65%-
XYZ12.4221.87.83-
YUV107.18101.3785.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 147 (57.81% from 255) = 57.87%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=18.50%
G=57.87%
B=23.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147600.6800.590.42127.851.5538.04
Hex2F933C4403B2A803426
Octal5722374104073522006446
Binary101111100100111111001000100011101110101010000000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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