Html Css Color HEX #060E03 Pine Tree

📋 copy color: '#060E03'

red 6 ◦ green 14 ◦ blue 3

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

Shades of Pine Tree #060E03

Tints of Pine Tree #060E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 60.87%

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

R = 26.09%
G = 60.87%
B = 13.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.79

 K value IS 0.95

RGB Variations

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

Color information

#060E03 (or 0x060E03) is known color: Pine Tree. HEX triplet: 06, 0E and 03. RGB value is (6,14,3). Sum of RGB (Red+Green+Blue) = 6+14+3=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 14 (5.86% from 255 or 60.87% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 14 - color contains mainly: green. Hex color #060E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E03 is #F9F1FC. Grayscale: #0A0A0A. Windows color (decimal): -16380413 or 200198. OLE color: 200198.

HSL color Cylindrical-coordinate representation of color #060E03: hue angle of 103.64º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #060E03 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.95.

Color convert

RGB 6 14 3 -
CMYK 0.57 0 0.79 0.95
HSL 103.64º 0.65% 0.03% -
HSV(B) 103.64º 0.79% 0.05% -
XYZ 0.25 0.36 0.14 -
YUV 10.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 6 14 3 0.57 0 0.79 0.95 103.64 0.65 0.03
Hex 6 E 3 39 0 4F 5F 68 41 3
Octal 6 16 3 71 0 117 137 150 101 3
Binary 110 1110 11 111001 0 1001111 1011111 1101000 1000001 11

Color Harmonies of #060E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E03

Black with #060E03

Text Example


Text Example

White with #060E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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