#2F933B

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

Shades of Forest Green #2F933B

Tints of Forest Green #2F933B

Color information

#2F933B (or 0x2F933B) is unknown color: approx Forest Green. HEX triplet: 2F, 93 and 3B. RGB value is (47,147,59). Sum of RGB (Red+Green+Blue) = 47+147+59=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #2F933B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F933B is #D06CC4. Grayscale: #6B6B6B. Windows color (decimal): -13659333 or 3904303. OLE color: 3904303.

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

Color convert

RGB4714759-
CMYK0.6800.600.42
HSL127.2º51.55%38.04%-
HSV(B)127.2º68.03%57.65%-
XYZ12.421.797.69-
YUV107.07100.8785.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 147 (57.81% from 255) = 58.10%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=18.58%
G=58.10%
B=23.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47147590.6800.600.42127.251.5538.04
Hex2F933B4403C2A7f3426
Octal5722373104074521776446
Binary10111110010011111011100010001111001010101111111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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