Html Css Color HEX #0F361E Deep Fir

📋 copy color: '#0F361E'

red 15 ◦ green 54 ◦ blue 30

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

Shades of Deep Fir #0F361E

Tints of Deep Fir #0F361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 54.55%

 BLUE value IS 30 (12.11% from 255) = 30.3%

R = 15.15%
G = 54.55%
B = 30.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.79

RGB Variations

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

Color information

#0F361E (or 0x0F361E) is known color: Deep Fir. HEX triplet: 0F, 36 and 1E. RGB value is (15,54,30). Sum of RGB (Red+Green+Blue) = 15+54+30=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #0F361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F361E is #F0C9E1. Grayscale: #272727. Windows color (decimal): -15780322 or 1979919. OLE color: 1979919.

HSL color Cylindrical-coordinate representation of color #0F361E: hue angle of 143.08º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F361E is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 54 30 -
CMYK 0.72 0 0.44 0.79
HSL 143.08º 0.57% 0.14% -
HSV(B) 143.08º 0.72% 0.21% -
XYZ 1.75 2.83 1.68 -
YUV 39.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 15 54 30 0.72 0 0.44 0.79 143.08 0.57 0.14
Hex F 36 1E 48 0 2C 4F 8F 39 E
Octal 17 66 36 110 0 54 117 217 71 16
Binary 1111 110110 11110 1001000 0 101100 1001111 10001111 111001 1110

Color Harmonies of #0F361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F361E

Black with #0F361E

Text Example


Text Example

White with #0F361E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,30); }

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

background-color css

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

 a { background-color: rgb(15,54,30); }

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

border-color css

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

 span { border-color: rgb(15,54,30); }

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