Html Css Color HEX #0C2713 Deep Fir

📋 copy color: '#0C2713'

red 12 ◦ green 39 ◦ blue 19

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

Shades of Deep Fir #0C2713

Tints of Deep Fir #0C2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 55.71%

 BLUE value IS 19 (7.81% from 255) = 27.14%

R = 17.14%
G = 55.71%
B = 27.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#0C2713 (or 0x0C2713) is known color: Deep Fir. HEX triplet: 0C, 27 and 13. RGB value is (12,39,19). Sum of RGB (Red+Green+Blue) = 12+39+19=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #0C2713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2713 is #F3D8EC. Grayscale: #1C1C1C. Windows color (decimal): -15980781 or 1255180. OLE color: 1255180.

HSL color Cylindrical-coordinate representation of color #0C2713: hue angle of 135.56º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C2713 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 39 19 -
CMYK 0.69 0 0.51 0.85
HSL 135.56º 0.53% 0.1% -
HSV(B) 135.56º 0.69% 0.15% -
XYZ 0.99 1.58 0.87 -
YUV 28.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 12 39 19 0.69 0 0.51 0.85 135.56 0.53 0.1
Hex C 27 13 45 0 33 55 88 35 A
Octal 14 47 23 105 0 63 125 210 65 12
Binary 1100 100111 10011 1000101 0 110011 1010101 10001000 110101 1010

Color Harmonies of #0C2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2713

Black with #0C2713

Text Example


Text Example

White with #0C2713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,39,19); }

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

background-color css

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

 a { background-color: rgb(12,39,19); }

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

border-color css

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

 span { border-color: rgb(12,39,19); }

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