Html Css Color HEX #030C00 Pine Tree

📋 copy color: '#030C00'

red 3 ◦ green 12 ◦ blue 0

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

Shades of Pine Tree #030C00

Tints of Pine Tree #030C00

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 value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#030C00 (or 0x030C00) is known color: 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

RGB 3 12 0 -
CMYK 0.75 0 1 0.95
HSL 105º 1% 0.02% -
HSV(B) 105º 1% 0.05% -
XYZ 0.17 0.28 0.05 -
YUV 7.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 3 12 0 0.75 0 1 0.95 105 1 0.02
Hex 3 C 0 4B 0 64 5F 69 64 2
Octal 3 14 0 113 0 144 137 151 144 2
Binary 11 1100 0 1001011 0 1100100 1011111 1101001 1100100 10

Color Harmonies of #030C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C00

Black with #030C00

Text Example


Text Example

White with #030C00

Text Example


Text Example

HTML Codes & Css Web 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>