Html Css Color HEX #0C2715 Deep Fir

📋 copy color: '#0C2715'

red 12 ◦ green 39 ◦ blue 21

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

Shades of Deep Fir #0C2715

Tints of Deep Fir #0C2715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 29.17%

R = 16.67%
G = 54.17%
B = 29.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#0C2715 (or 0x0C2715) is known color: Deep Fir. HEX triplet: 0C, 27 and 15. RGB value is (12,39,21). Sum of RGB (Red+Green+Blue) = 12+39+21=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #0C2715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2715 is #F3D8EA. Grayscale: #1C1C1C. Windows color (decimal): -15980779 or 1386252. OLE color: 1386252.

HSL color Cylindrical-coordinate representation of color #0C2715: hue angle of 140º 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 #0C2715 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 39 21 -
CMYK 0.69 0 0.46 0.85
HSL 140º 0.53% 0.1% -
HSV(B) 140º 0.69% 0.15% -
XYZ 1.01 1.58 0.96 -
YUV 28.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 12 39 21 0.69 0 0.46 0.85 140 0.53 0.1
Hex C 27 15 45 0 2E 55 8C 35 A
Octal 14 47 25 105 0 56 125 214 65 12
Binary 1100 100111 10101 1000101 0 101110 1010101 10001100 110101 1010

Color Harmonies of #0C2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2715

Black with #0C2715

Text Example


Text Example

White with #0C2715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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