Html Css Color HEX #0C2D13 Deep Fir

📋 copy color: '#0C2D13'

red 12 ◦ green 45 ◦ blue 19

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

Shades of Deep Fir #0C2D13

Tints of Deep Fir #0C2D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 59.21%

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

R = 15.79%
G = 59.21%
B = 25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.82

RGB Variations

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

Color information

#0C2D13 (or 0x0C2D13) is known color: Deep Fir. HEX triplet: 0C, 2D and 13. RGB value is (12,45,19). Sum of RGB (Red+Green+Blue) = 12+45+19=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2D13 is #F3D2EC. Grayscale: #202020. Windows color (decimal): -15979245 or 1256716. OLE color: 1256716.

HSL color Cylindrical-coordinate representation of color #0C2D13: hue angle of 132.73º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2D13 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 45 19 -
CMYK 0.73 0 0.58 0.82
HSL 132.73º 0.58% 0.11% -
HSV(B) 132.73º 0.73% 0.18% -
XYZ 1.21 2 0.94 -
YUV 32.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 12 45 19 0.73 0 0.58 0.82 132.73 0.58 0.11
Hex C 2D 13 49 0 3A 52 85 3A B
Octal 14 55 23 111 0 72 122 205 72 13
Binary 1100 101101 10011 1001001 0 111010 1010010 10000101 111010 1011

Color Harmonies of #0C2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2D13

Black with #0C2D13

Text Example


Text Example

White with #0C2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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