Html Css Color HEX #060A03 Pine Tree

📋 copy color: '#060A03'

red 6 ◦ green 10 ◦ blue 3

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

Shades of Pine Tree #060A03

Tints of Pine Tree #060A03

RGB

 RED value IS 6 (2.73% from 255) = 31.58%

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

 BLUE value IS 3 (1.56% from 255) = 15.79%

R = 31.58%
G = 52.63%
B = 15.79%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.70

 K value IS 0.96

RGB Variations

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

Color information

#060A03 (or 0x060A03) is known color: Pine Tree. HEX triplet: 06, 0A and 03. RGB value is (6,10,3). Sum of RGB (Red+Green+Blue) = 6+10+3=19 (2% of max value = 765). Red value is 6 (2.73% from 255 or 31.58% from 19); Green value is 10 (4.30% from 255 or 52.63% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 10 - color contains mainly: green. Hex color #060A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A03 is #F9F5FC. Grayscale: #080808. Windows color (decimal): -16381437 or 199174. OLE color: 199174.

HSL color Cylindrical-coordinate representation of color #060A03: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #060A03 is Cyan = 0.4, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 10 3 -
CMYK 0.4 0 0.70 0.96
HSL 94.29º 0.54% 0.03% -
HSV(B) 94.29º 0.7% 0.04% -
XYZ 0.2 0.26 0.13 -
YUV 8.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 6 10 3 0.4 0 0.70 0.96 94.29 0.54 0.03
Hex 6 A 3 28 0 46 60 5E 36 3
Octal 6 12 3 50 0 106 140 136 66 3
Binary 110 1010 11 101000 0 1000110 1100000 1011110 110110 11

Color Harmonies of #060A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A03

Black with #060A03

Text Example


Text Example

White with #060A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060A03; }

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

 H1.HeaderClassName
 {
   color: #060A03;
 }
 .AnyTagClassName
 {
   color: #060A03;
 }
</style>

background-color css

<style>
 a { background-color: #060A03; }

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

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

border-color css

<style>
 span { border-color: #060A03; }

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

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