Html Css Color HEX #0F3D1D Deep Fir

📋 copy color: '#0F3D1D'

red 15 ◦ green 61 ◦ blue 29

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

Shades of Deep Fir #0F3D1D

Tints of Deep Fir #0F3D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 58.1%

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

R = 14.29%
G = 58.1%
B = 27.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#0F3D1D (or 0x0F3D1D) is known color: Deep Fir. HEX triplet: 0F, 3D and 1D. RGB value is (15,61,29). Sum of RGB (Red+Green+Blue) = 15+61+29=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3D1D is #F0C2E2. Grayscale: #2B2B2B. Windows color (decimal): -15778531 or 1916175. OLE color: 1916175.

HSL color Cylindrical-coordinate representation of color #0F3D1D: hue angle of 138.26º degrees, saturation: 0.61, 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 #0F3D1D is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB 15 61 29 -
CMYK 0.75 0 0.52 0.76
HSL 138.26º 0.61% 0.15% -
HSV(B) 138.26º 0.75% 0.24% -
XYZ 2.09 3.53 1.73 -
YUV 43.6 119.76 107.6 -
System Red Green Blue C M Y K H S L
Decimal 15 61 29 0.75 0 0.52 0.76 138.26 0.61 0.15
Hex F 3D 1D 4B 0 34 4C 8A 3D F
Octal 17 75 35 113 0 64 114 212 75 17
Binary 1111 111101 11101 1001011 0 110100 1001100 10001010 111101 1111

Color Harmonies of #0F3D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3D1D

Black with #0F3D1D

Text Example


Text Example

White with #0F3D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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