Html Css Color HEX #0F7F20 Forest Green

📋 copy color: '#0F7F20'

red 15 ◦ green 127 ◦ blue 32

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

Shades of Forest Green #0F7F20

Tints of Forest Green #0F7F20

RGB

 RED value IS 15 (6.25% from 255) = 8.62%

 GREEN value IS 127 (50% from 255) = 72.99%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 8.62%
G = 72.99%
B = 18.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#0F7F20 (or 0x0F7F20) is known color: Forest Green. HEX triplet: 0F, 7F and 20. RGB value is (15,127,32). Sum of RGB (Red+Green+Blue) = 15+127+32=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 127 (50% from 255 or 72.99% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7F20 is #F080DF. Grayscale: #525252. Windows color (decimal): -15761632 or 2129679. OLE color: 2129679.

HSL color Cylindrical-coordinate representation of color #0F7F20: hue angle of 129.11º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7F20 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 127 32 -
CMYK 0.88 0 0.75 0.50
HSL 129.11º 0.79% 0.28% -
HSV(B) 129.11º 0.88% 0.5% -
XYZ 8.05 15.38 3.91 -
YUV 82.68 99.39 79.72 -
System Red Green Blue C M Y K H S L
Decimal 15 127 32 0.88 0 0.75 0.50 129.11 0.79 0.28
Hex F 7F 20 58 0 4B 32 81 4F 1C
Octal 17 177 40 130 0 113 62 201 117 34
Binary 1111 1111111 100000 1011000 0 1001011 110010 10000001 1001111 11100

Color Harmonies of #0F7F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7F20

Black with #0F7F20

Text Example


Text Example

White with #0F7F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F7F20; }

 p { color: rgb(15,127,32); }

 H1.HeaderClassName
 {
   color: #0F7F20;
 }
 .AnyTagClassName
 {
   color: #0F7F20;
 }
</style>

background-color css

<style>
 a { background-color: #0F7F20; }

 a { background-color: rgb(15,127,32); }

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

border-color css

<style>
 span { border-color: #0F7F20; }

 span { border-color: rgb(15,127,32); }

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