#2F9935

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

Shades of Forest Green #2F9935

Tints of Forest Green #2F9935

Color information

#2F9935 (or 0x2F9935) is unknown color: approx Forest Green. HEX triplet: 2F, 99 and 35. RGB value is (47,153,53). Sum of RGB (Red+Green+Blue) = 47+153+53=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9935 is #D066CA. Grayscale: #6E6E6E. Windows color (decimal): -13657803 or 3512623. OLE color: 3512623.

HSL color Cylindrical-coordinate representation of color #2F9935: hue angle of 123.4º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9935 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB4715353-
CMYK0.6900.650.4
HSL123.4º53%39.22%-
HSV(B)123.4º69.28%60%-
XYZ13.2123.647.24-
YUV109.9195.8883.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 153 (60.16% from 255) = 60.47%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=18.58%
G=60.47%
B=20.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47153530.6900.650.4123.45339.22
Hex2F993545041287b3527
Octal57231651050101501736547
Binary101111100110011101011000101010000011010001111011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,153,53); }

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

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

 a { background-color: rgb(47,153,53); }

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

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

 span { border-color: rgb(47,153,53); }

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