Html Css Color HEX #0C1900 Pine Tree

📋 copy color: '#0C1900'

red 12 ◦ green 25 ◦ blue 0

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

Shades of Pine Tree #0C1900

Tints of Pine Tree #0C1900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.43%
G = 67.57%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.90

RGB Variations

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

Color information

#0C1900 (or 0x0C1900) is known color: Pine Tree. HEX triplet: 0C, 19 and 00. RGB value is (12,25,0). Sum of RGB (Red+Green+Blue) = 12+25+0=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 25 (10.16% from 255 or 67.57% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1900 is #F3E6FF. Grayscale: #121212. Windows color (decimal): -15984384 or 6412. OLE color: 6412.

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

Color convert

RGB 12 25 0 -
CMYK 0.52 0 1 0.90
HSL 91.2º 1% 0.05% -
HSV(B) 91.2º 1% 0.1% -
XYZ 0.5 0.77 0.12 -
YUV 18.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 12 25 0 0.52 0 1 0.90 91.2 1 0.05
Hex C 19 0 34 0 64 5A 5B 64 5
Octal 14 31 0 64 0 144 132 133 144 5
Binary 1100 11001 0 110100 0 1100100 1011010 1011011 1100100 101

Color Harmonies of #0C1900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1900

Black with #0C1900

Text Example


Text Example

White with #0C1900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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