Html Css Color HEX #0F301D Deep Fir

📋 copy color: '#0F301D'

red 15 ◦ green 48 ◦ blue 29

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

Shades of Deep Fir #0F301D

Tints of Deep Fir #0F301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 16.3%
G = 52.17%
B = 31.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#0F301D (or 0x0F301D) is known color: Deep Fir. HEX triplet: 0F, 30 and 1D. RGB value is (15,48,29). Sum of RGB (Red+Green+Blue) = 15+48+29=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #0F301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F301D is #F0CFE2. Grayscale: #242424. Windows color (decimal): -15781859 or 1912847. OLE color: 1912847.

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

Color convert

RGB 15 48 29 -
CMYK 0.69 0 0.40 0.81
HSL 145.45º 0.52% 0.12% -
HSV(B) 145.45º 0.69% 0.19% -
XYZ 1.48 2.3 1.53 -
YUV 35.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 15 48 29 0.69 0 0.40 0.81 145.45 0.52 0.12
Hex F 30 1D 45 0 28 51 91 34 C
Octal 17 60 35 105 0 50 121 221 64 14
Binary 1111 110000 11101 1000101 0 101000 1010001 10010001 110100 1100

Color Harmonies of #0F301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F301D

Black with #0F301D

Text Example


Text Example

White with #0F301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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