Html Css Color HEX #0F451D Deep Fir

📋 copy color: '#0F451D'

red 15 ◦ green 69 ◦ blue 29

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

Shades of Deep Fir #0F451D

Tints of Deep Fir #0F451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 61.06%

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

R = 13.27%
G = 61.06%
B = 25.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#0F451D (or 0x0F451D) is known color: Deep Fir. HEX triplet: 0F, 45 and 1D. RGB value is (15,69,29). Sum of RGB (Red+Green+Blue) = 15+69+29=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #0F451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F451D is #F0BAE2. Grayscale: #303030. Windows color (decimal): -15776483 or 1918223. OLE color: 1918223.

HSL color Cylindrical-coordinate representation of color #0F451D: hue angle of 135.56º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F451D is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 69 29 -
CMYK 0.78 0 0.58 0.73
HSL 135.56º 0.64% 0.16% -
HSV(B) 135.56º 0.78% 0.27% -
XYZ 2.55 4.45 1.89 -
YUV 48.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 15 69 29 0.78 0 0.58 0.73 135.56 0.64 0.16
Hex F 45 1D 4E 0 3A 49 88 40 10
Octal 17 105 35 116 0 72 111 210 100 20
Binary 1111 1000101 11101 1001110 0 111010 1001001 10001000 1000000 10000

Color Harmonies of #0F451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F451D

Black with #0F451D

Text Example


Text Example

White with #0F451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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