Html Css Color HEX #0F411C Deep Fir

📋 copy color: '#0F411C'

red 15 ◦ green 65 ◦ blue 28

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

Shades of Deep Fir #0F411C

Tints of Deep Fir #0F411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.19%

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 13.89%
G = 60.19%
B = 25.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#0F411C (or 0x0F411C) is known color: Deep Fir. HEX triplet: 0F, 41 and 1C. RGB value is (15,65,28). Sum of RGB (Red+Green+Blue) = 15+65+28=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #0F411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F411C is #F0BEE3. Grayscale: #2D2D2D. Windows color (decimal): -15777508 or 1851663. OLE color: 1851663.

HSL color Cylindrical-coordinate representation of color #0F411C: hue angle of 135.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F411C is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 65 28 -
CMYK 0.77 0 0.57 0.75
HSL 135.6º 0.63% 0.16% -
HSV(B) 135.6º 0.77% 0.25% -
XYZ 2.3 3.97 1.74 -
YUV 45.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 15 65 28 0.77 0 0.57 0.75 135.6 0.63 0.16
Hex F 41 1C 4D 0 39 4B 88 3E 10
Octal 17 101 34 115 0 71 113 210 76 20
Binary 1111 1000001 11100 1001101 0 111001 1001011 10001000 111110 10000

Color Harmonies of #0F411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F411C

Black with #0F411C

Text Example


Text Example

White with #0F411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,28); }

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

background-color css

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

 a { background-color: rgb(15,65,28); }

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

border-color css

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

 span { border-color: rgb(15,65,28); }

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