Html Css Color HEX #0C441F Deep Fir

📋 copy color: '#0C441F'

red 12 ◦ green 68 ◦ blue 31

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

Shades of Deep Fir #0C441F

Tints of Deep Fir #0C441F

RGB

 RED value IS 12 (5.08% from 255) = 10.81%

 GREEN value IS 68 (26.95% from 255) = 61.26%

 BLUE value IS 31 (12.5% from 255) = 27.93%

R = 10.81%
G = 61.26%
B = 27.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#0C441F (or 0x0C441F) is known color: Deep Fir. HEX triplet: 0C, 44 and 1F. RGB value is (12,68,31). Sum of RGB (Red+Green+Blue) = 12+68+31=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #0C441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C441F is #F3BBE0. Grayscale: #2F2F2F. Windows color (decimal): -15973345 or 2049036. OLE color: 2049036.

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

Color convert

RGB 12 68 31 -
CMYK 0.82 0 0.54 0.73
HSL 140.36º 0.7% 0.16% -
HSV(B) 140.36º 0.82% 0.27% -
XYZ 2.47 4.31 2 -
YUV 47.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 12 68 31 0.82 0 0.54 0.73 140.36 0.7 0.16
Hex C 44 1F 52 0 36 49 8C 46 10
Octal 14 104 37 122 0 66 111 214 106 20
Binary 1100 1000100 11111 1010010 0 110110 1001001 10001100 1000110 10000

Color Harmonies of #0C441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C441F

Black with #0C441F

Text Example


Text Example

White with #0C441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,31); }

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

background-color css

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

 a { background-color: rgb(12,68,31); }

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

border-color css

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

 span { border-color: rgb(12,68,31); }

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