Html Css Color HEX #0C1C00 Pine Tree

📋 copy color: '#0C1C00'

red 12 ◦ green 28 ◦ blue 0

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

Shades of Pine Tree #0C1C00

Tints of Pine Tree #0C1C00

RGB

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

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

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

R = 30%
G = 70%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.89

RGB Variations

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

Color information

#0C1C00 (or 0x0C1C00) is known color: Pine Tree. HEX triplet: 0C, 1C and 00. RGB value is (12,28,0). Sum of RGB (Red+Green+Blue) = 12+28+0=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C00 is #F3E3FF. Grayscale: #141414. Windows color (decimal): -15983616 or 7180. OLE color: 7180.

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

Color convert

RGB 12 28 0 -
CMYK 0.57 0 1 0.89
HSL 94.29º 1% 0.05% -
HSV(B) 94.29º 1% 0.11% -
XYZ 0.57 0.91 0.15 -
YUV 20.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 12 28 0 0.57 0 1 0.89 94.29 1 0.05
Hex C 1C 0 39 0 64 59 5E 64 5
Octal 14 34 0 71 0 144 131 136 144 5
Binary 1100 11100 0 111001 0 1100100 1011001 1011110 1100100 101

Color Harmonies of #0C1C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1C00

Black with #0C1C00

Text Example


Text Example

White with #0C1C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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