Html Css Color HEX #0F4C20 Deep Fir

📋 copy color: '#0F4C20'

red 15 ◦ green 76 ◦ blue 32

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

Shades of Deep Fir #0F4C20

Tints of Deep Fir #0F4C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 61.79%

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

R = 12.2%
G = 61.79%
B = 26.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#0F4C20 (or 0x0F4C20) is known color: Deep Fir. HEX triplet: 0F, 4C and 20. RGB value is (15,76,32). Sum of RGB (Red+Green+Blue) = 15+76+32=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C20 is #F0B3DF. Grayscale: #343434. Windows color (decimal): -15774688 or 2116623. OLE color: 2116623.

HSL color Cylindrical-coordinate representation of color #0F4C20: hue angle of 136.72º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C20 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 76 32 -
CMYK 0.80 0 0.58 0.70
HSL 136.72º 0.67% 0.18% -
HSV(B) 136.72º 0.8% 0.3% -
XYZ 3.04 5.37 2.24 -
YUV 52.75 116.29 101.08 -
System Red Green Blue C M Y K H S L
Decimal 15 76 32 0.80 0 0.58 0.70 136.72 0.67 0.18
Hex F 4C 20 50 0 3A 46 89 43 12
Octal 17 114 40 120 0 72 106 211 103 22
Binary 1111 1001100 100000 1010000 0 111010 1000110 10001001 1000011 10010

Color Harmonies of #0F4C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4C20

Black with #0F4C20

Text Example


Text Example

White with #0F4C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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