Html Css Color HEX #030A00 Pine Tree

📋 copy color: '#030A00'

red 3 ◦ green 10 ◦ blue 0

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

Shades of Pine Tree #030A00

Tints of Pine Tree #030A00

RGB

 RED value IS 3 (1.56% from 255) = 23.08%

 GREEN value IS 10 (4.3% from 255) = 76.92%

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

R = 23.08%
G = 76.92%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#030A00 (or 0x030A00) is known color: Pine Tree. HEX triplet: 03, 0A and 00. RGB value is (3,10,0). Sum of RGB (Red+Green+Blue) = 3+10+0=13 (1% of max value = 765). Red value is 3 (1.56% from 255 or 23.08% from 13); Green value is 10 (4.30% from 255 or 76.92% from 13); Blue value is 0 (0.39% from 255 or 0% from 13); Max value from RGB is 10 - color contains mainly: green. Hex color #030A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A00 is #FCF5FF. Grayscale: #060606. Windows color (decimal): -16578048 or 2563. OLE color: 2563.

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

Color convert

RGB 3 10 0 -
CMYK 0.70 0 1 0.96
HSL 102º 1% 0.02% -
HSV(B) 102º 1% 0.04% -
XYZ 0.15 0.24 0.04 -
YUV 6.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 3 10 0 0.70 0 1 0.96 102 1 0.02
Hex 3 A 0 46 0 64 60 66 64 2
Octal 3 12 0 106 0 144 140 146 144 2
Binary 11 1010 0 1000110 0 1100100 1100000 1100110 1100100 10

Color Harmonies of #030A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A00

Black with #030A00

Text Example


Text Example

White with #030A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #030A00;
 }
 .AnyTagClassName
 {
   color: #030A00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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