Html Css Color HEX #0F3019 Deep Fir

📋 copy color: '#0F3019'

red 15 ◦ green 48 ◦ blue 25

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

Shades of Deep Fir #0F3019

Tints of Deep Fir #0F3019

RGB

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

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

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

R = 17.05%
G = 54.55%
B = 28.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#0F3019 (or 0x0F3019) is known color: Deep Fir. HEX triplet: 0F, 30 and 19. RGB value is (15,48,25). Sum of RGB (Red+Green+Blue) = 15+48+25=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3019 is #F0CFE6. Grayscale: #232323. Windows color (decimal): -15781863 or 1650703. OLE color: 1650703.

HSL color Cylindrical-coordinate representation of color #0F3019: hue angle of 138.18º 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 #0F3019 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 48 25 -
CMYK 0.69 0 0.48 0.81
HSL 138.18º 0.52% 0.12% -
HSV(B) 138.18º 0.69% 0.19% -
XYZ 1.43 2.29 1.29 -
YUV 35.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 15 48 25 0.69 0 0.48 0.81 138.18 0.52 0.12
Hex F 30 19 45 0 30 51 8A 34 C
Octal 17 60 31 105 0 60 121 212 64 14
Binary 1111 110000 11001 1000101 0 110000 1010001 10001010 110100 1100

Color Harmonies of #0F3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3019

Black with #0F3019

Text Example


Text Example

White with #0F3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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