Html Css Color HEX #0C2514 Deep Fir

📋 copy color: '#0C2514'

red 12 ◦ green 37 ◦ blue 20

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

Shades of Deep Fir #0C2514

Tints of Deep Fir #0C2514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 53.62%

 BLUE value IS 20 (8.2% from 255) = 28.99%

R = 17.39%
G = 53.62%
B = 28.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#0C2514 (or 0x0C2514) is known color: Deep Fir. HEX triplet: 0C, 25 and 14. RGB value is (12,37,20). Sum of RGB (Red+Green+Blue) = 12+37+20=69 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.39% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #0C2514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2514 is #F3DAEB. Grayscale: #1B1B1B. Windows color (decimal): -15981292 or 1320204. OLE color: 1320204.

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

Color convert

RGB 12 37 20 -
CMYK 0.68 0 0.46 0.85
HSL 139.2º 0.51% 0.1% -
HSV(B) 139.2º 0.68% 0.15% -
XYZ 0.94 1.45 0.89 -
YUV 27.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 12 37 20 0.68 0 0.46 0.85 139.2 0.51 0.1
Hex C 25 14 44 0 2E 55 8B 33 A
Octal 14 45 24 104 0 56 125 213 63 12
Binary 1100 100101 10100 1000100 0 101110 1010101 10001011 110011 1010

Color Harmonies of #0C2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2514

Black with #0C2514

Text Example


Text Example

White with #0C2514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,37,20); }

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

background-color css

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

 a { background-color: rgb(12,37,20); }

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

border-color css

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

 span { border-color: rgb(12,37,20); }

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