Html Css Color HEX #0F4721 Deep Fir

📋 copy color: '#0F4721'

red 15 ◦ green 71 ◦ blue 33

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

Shades of Deep Fir #0F4721

Tints of Deep Fir #0F4721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.66%

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 12.61%
G = 59.66%
B = 27.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#0F4721 (or 0x0F4721) is known color: Deep Fir. HEX triplet: 0F, 47 and 21. RGB value is (15,71,33). Sum of RGB (Red+Green+Blue) = 15+71+33=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4721 is #F0B8DE. Grayscale: #323232. Windows color (decimal): -15775967 or 2180879. OLE color: 2180879.

HSL color Cylindrical-coordinate representation of color #0F4721: hue angle of 139.29º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4721 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 71 33 -
CMYK 0.79 0 0.54 0.72
HSL 139.29º 0.65% 0.17% -
HSV(B) 139.29º 0.79% 0.28% -
XYZ 2.72 4.72 2.21 -
YUV 49.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 15 71 33 0.79 0 0.54 0.72 139.29 0.65 0.17
Hex F 47 21 4F 0 36 48 8B 41 11
Octal 17 107 41 117 0 66 110 213 101 21
Binary 1111 1000111 100001 1001111 0 110110 1001000 10001011 1000001 10001

Color Harmonies of #0F4721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4721

Black with #0F4721

Text Example


Text Example

White with #0F4721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,71,33); }

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

background-color css

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

 a { background-color: rgb(15,71,33); }

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

border-color css

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

 span { border-color: rgb(15,71,33); }

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