Html Css Color HEX #0F3417 Deep Fir

📋 copy color: '#0F3417'

red 15 ◦ green 52 ◦ blue 23

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

Shades of Deep Fir #0F3417

Tints of Deep Fir #0F3417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 57.78%

 BLUE value IS 23 (9.38% from 255) = 25.56%

R = 16.67%
G = 57.78%
B = 25.56%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#0F3417 (or 0x0F3417) is known color: Deep Fir. HEX triplet: 0F, 34 and 17. RGB value is (15,52,23). Sum of RGB (Red+Green+Blue) = 15+52+23=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3417 is #F0CBE8. Grayscale: #252525. Windows color (decimal): -15780841 or 1520655. OLE color: 1520655.

HSL color Cylindrical-coordinate representation of color #0F3417: hue angle of 132.97º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3417 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 52 23 -
CMYK 0.71 0 0.56 0.80
HSL 132.97º 0.55% 0.13% -
HSV(B) 132.97º 0.71% 0.2% -
XYZ 1.58 2.62 1.23 -
YUV 37.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 15 52 23 0.71 0 0.56 0.80 132.97 0.55 0.13
Hex F 34 17 47 0 38 50 85 37 D
Octal 17 64 27 107 0 70 120 205 67 15
Binary 1111 110100 10111 1000111 0 111000 1010000 10000101 110111 1101

Color Harmonies of #0F3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3417

Black with #0F3417

Text Example


Text Example

White with #0F3417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,52,23); }

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

background-color css

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

 a { background-color: rgb(15,52,23); }

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

border-color css

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

 span { border-color: rgb(15,52,23); }

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