Html Css Color HEX #0C1C05 Pine Tree

📋 copy color: '#0C1C05'

red 12 ◦ green 28 ◦ blue 5

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

Shades of Pine Tree #0C1C05

Tints of Pine Tree #0C1C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 62.22%

 BLUE value IS 5 (2.34% from 255) = 11.11%

R = 26.67%
G = 62.22%
B = 11.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.89

RGB Variations

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

Color information

#0C1C05 (or 0x0C1C05) is known color: Pine Tree. HEX triplet: 0C, 1C and 05. RGB value is (12,28,5). Sum of RGB (Red+Green+Blue) = 12+28+5=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C05 is #F3E3FA. Grayscale: #141414. Windows color (decimal): -15983611 or 334860. OLE color: 334860.

HSL color Cylindrical-coordinate representation of color #0C1C05: hue angle of 101.74º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C1C05 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 28 5 -
CMYK 0.57 0 0.82 0.89
HSL 101.74º 0.7% 0.06% -
HSV(B) 101.74º 0.82% 0.11% -
XYZ 0.59 0.92 0.29 -
YUV 20.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 12 28 5 0.57 0 0.82 0.89 101.74 0.7 0.06
Hex C 1C 5 39 0 52 59 66 46 6
Octal 14 34 5 71 0 122 131 146 106 6
Binary 1100 11100 101 111001 0 1010010 1011001 1100110 1000110 110

Color Harmonies of #0C1C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1C05

Black with #0C1C05

Text Example


Text Example

White with #0C1C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,28,5); }

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

background-color css

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

 a { background-color: rgb(12,28,5); }

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

border-color css

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

 span { border-color: rgb(12,28,5); }

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