Html Css Color HEX #0F3C19 Deep Fir

📋 copy color: '#0F3C19'

red 15 ◦ green 60 ◦ blue 25

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

Shades of Deep Fir #0F3C19

Tints of Deep Fir #0F3C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 60%

 BLUE value IS 25 (10.16% from 255) = 25%

R = 15%
G = 60%
B = 25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#0F3C19 (or 0x0F3C19) is known color: Deep Fir. HEX triplet: 0F, 3C and 19. RGB value is (15,60,25). Sum of RGB (Red+Green+Blue) = 15+60+25=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 60 (23.83% from 255 or 60% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3C19 is #F0C3E6. Grayscale: #2A2A2A. Windows color (decimal): -15778791 or 1653775. OLE color: 1653775.

HSL color Cylindrical-coordinate representation of color #0F3C19: hue angle of 133.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3C19 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 60 25 -
CMYK 0.75 0 0.58 0.76
HSL 133.33º 0.6% 0.15% -
HSV(B) 133.33º 0.75% 0.24% -
XYZ 1.99 3.4 1.47 -
YUV 42.56 118.09 108.35 -
System Red Green Blue C M Y K H S L
Decimal 15 60 25 0.75 0 0.58 0.76 133.33 0.6 0.15
Hex F 3C 19 4B 0 3A 4C 85 3C F
Octal 17 74 31 113 0 72 114 205 74 17
Binary 1111 111100 11001 1001011 0 111010 1001100 10000101 111100 1111

Color Harmonies of #0F3C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3C19

Black with #0F3C19

Text Example


Text Example

White with #0F3C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,60,25); }

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

background-color css

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

 a { background-color: rgb(15,60,25); }

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

border-color css

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

 span { border-color: rgb(15,60,25); }

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