Html Css Color HEX #2F9F0F Forest Green

📋 copy color: '#2F9F0F'

red 47 ◦ green 159 ◦ blue 15

#2F9F0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2F9F0F

Tints of Forest Green #2F9F0F

RGB

 RED value IS 47 (18.75% from 255) = 21.27%

 GREEN value IS 159 (62.5% from 255) = 71.95%

 BLUE value IS 15 (6.25% from 255) = 6.79%

R = 21.27%
G = 71.95%
B = 6.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#2F9F0F (or 0x2F9F0F) is known color: Forest Green. HEX triplet: 2F, 9F and 0F. RGB value is (47,159,15). Sum of RGB (Red+Green+Blue) = 47+159+15=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 159 (62.5% from 255 or 71.95% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9F0F is #D060F0. Grayscale: #6D6D6D. Windows color (decimal): -13656305 or 1023791. OLE color: 1023791.

HSL color Cylindrical-coordinate representation of color #2F9F0F: hue angle of 106.67º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F9F0F is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 159 15 -
CMYK 0.70 0 0.91 0.38
HSL 106.67º 0.83% 0.34% -
HSV(B) 106.67º 0.91% 0.62% -
XYZ 13.66 25.44 4.64 -
YUV 109.1 74.89 83.71 -
System Red Green Blue C M Y K H S L
Decimal 47 159 15 0.70 0 0.91 0.38 106.67 0.83 0.34
Hex 2F 9F F 46 0 5B 26 6B 53 22
Octal 57 237 17 106 0 133 46 153 123 42
Binary 101111 10011111 1111 1000110 0 1011011 100110 1101011 1010011 100010

Color Harmonies of #2F9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9F0F

Black with #2F9F0F

Text Example


Text Example

White with #2F9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,159,15); }

 H1.HeaderClassName
 {
   color: #2F9F0F;
 }
 .AnyTagClassName
 {
   color: #2F9F0F;
 }
</style>

background-color css

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

 a { background-color: rgb(47,159,15); }

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

border-color css

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

 span { border-color: rgb(47,159,15); }

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