Html Css Color HEX #0C1905 Pine Tree

📋 copy color: '#0C1905'

red 12 ◦ green 25 ◦ blue 5

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

Shades of Pine Tree #0C1905

Tints of Pine Tree #0C1905

RGB

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

 GREEN value IS 25 (10.16% from 255) = 59.52%

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

R = 28.57%
G = 59.52%
B = 11.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.90

RGB Variations

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

Color information

#0C1905 (or 0x0C1905) is known color: Pine Tree. HEX triplet: 0C, 19 and 05. RGB value is (12,25,5). Sum of RGB (Red+Green+Blue) = 12+25+5=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1905 is #F3E6FA. Grayscale: #121212. Windows color (decimal): -15984379 or 334092. OLE color: 334092.

HSL color Cylindrical-coordinate representation of color #0C1905: hue angle of 99º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C1905 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 25 5 -
CMYK 0.52 0 0.80 0.90
HSL 99º 0.67% 0.06% -
HSV(B) 99º 0.8% 0.1% -
XYZ 0.53 0.78 0.27 -
YUV 18.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 12 25 5 0.52 0 0.80 0.90 99 0.67 0.06
Hex C 19 5 34 0 50 5A 63 43 6
Octal 14 31 5 64 0 120 132 143 103 6
Binary 1100 11001 101 110100 0 1010000 1011010 1100011 1000011 110

Color Harmonies of #0C1905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1905

Black with #0C1905

Text Example


Text Example

White with #0C1905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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