Html Css Color HEX #0F3016 Deep Fir

📋 copy color: '#0F3016'

red 15 ◦ green 48 ◦ blue 22

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

Shades of Deep Fir #0F3016

Tints of Deep Fir #0F3016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 56.47%

 BLUE value IS 22 (8.98% from 255) = 25.88%

R = 17.65%
G = 56.47%
B = 25.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#0F3016 (or 0x0F3016) is known color: Deep Fir. HEX triplet: 0F, 30 and 16. RGB value is (15,48,22). Sum of RGB (Red+Green+Blue) = 15+48+22=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3016 is #F0CFE9. Grayscale: #232323. Windows color (decimal): -15781866 or 1454095. OLE color: 1454095.

HSL color Cylindrical-coordinate representation of color #0F3016: hue angle of 132.73º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3016 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 48 22 -
CMYK 0.69 0 0.54 0.81
HSL 132.73º 0.52% 0.12% -
HSV(B) 132.73º 0.69% 0.19% -
XYZ 1.4 2.27 1.12 -
YUV 35.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 15 48 22 0.69 0 0.54 0.81 132.73 0.52 0.12
Hex F 30 16 45 0 36 51 85 34 C
Octal 17 60 26 105 0 66 121 205 64 14
Binary 1111 110000 10110 1000101 0 110110 1010001 10000101 110100 1100

Color Harmonies of #0F3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3016

Black with #0F3016

Text Example


Text Example

White with #0F3016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,22); }

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

background-color css

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

 a { background-color: rgb(15,48,22); }

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

border-color css

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

 span { border-color: rgb(15,48,22); }

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