Html Css Color HEX #0F4220 Deep Fir

📋 copy color: '#0F4220'

red 15 ◦ green 66 ◦ blue 32

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

Shades of Deep Fir #0F4220

Tints of Deep Fir #0F4220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 58.41%

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

R = 13.27%
G = 58.41%
B = 28.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#0F4220 (or 0x0F4220) is known color: Deep Fir. HEX triplet: 0F, 42 and 20. RGB value is (15,66,32). Sum of RGB (Red+Green+Blue) = 15+66+32=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4220 is #F0BDDF. Grayscale: #2E2E2E. Windows color (decimal): -15777248 or 2114063. OLE color: 2114063.

HSL color Cylindrical-coordinate representation of color #0F4220: hue angle of 140º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4220 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 32 -
CMYK 0.77 0 0.52 0.74
HSL 140º 0.63% 0.16% -
HSV(B) 140º 0.77% 0.26% -
XYZ 2.41 4.1 2.03 -
YUV 46.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 15 66 32 0.77 0 0.52 0.74 140 0.63 0.16
Hex F 42 20 4D 0 34 4A 8C 3F 10
Octal 17 102 40 115 0 64 112 214 77 20
Binary 1111 1000010 100000 1001101 0 110100 1001010 10001100 111111 10000

Color Harmonies of #0F4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4220

Black with #0F4220

Text Example


Text Example

White with #0F4220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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