#030C00

Color #030C00 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #030C00

Tints of Pine Tree #030C00

Color information

#030C00 (or 0x030C00) is unknown color: approx Pine Tree. HEX triplet: 03, 0C and 00. RGB value is (3,12,0). Sum of RGB (Red+Green+Blue) = 3+12+0=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 12 (5.08% from 255 or 80% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 12 - color contains mainly: green. Hex color #030C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C00 is #FCF3FF. Grayscale: #070707. Windows color (decimal): -16577536 or 3075. OLE color: 3075.

HSL color Cylindrical-coordinate representation of color #030C00: hue angle of 105º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030C00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB3120-
CMYK0.75010.95
HSL105º100%2.35%-
HSV(B)105º100%4.71%-
XYZ0.170.280.05-
YUV7.94123.52124.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 20%
GREEN value IS 12 (5.08% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal31200.75010.951051002.35
Hex3C04B0645F69642
Octal314011301441371511442
Binary111100010010110110010010111111101001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030C00; }

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

 H1.HeaderClassName
 {
   color: #030C00;
 }
 .AnyTagClassName
 {
   color: #030C00;
 }
</style>
background-color css

<style>
 a { background-color: #030C00; }

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

 div.DivClassName
 {
   background-color: #030C00;
 }
 .BgClassName
 {
   background-color: #030C00;
 }
</style>
border-color css

<style>
 span { border-color: #030C00; }

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

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