Html Css Color HEX #060C03 Pine Tree

📋 copy color: '#060C03'

red 6 ◦ green 12 ◦ blue 3

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

Shades of Pine Tree #060C03

Tints of Pine Tree #060C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 57.14%

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

R = 28.57%
G = 57.14%
B = 14.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.95

RGB Variations

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

Color information

#060C03 (or 0x060C03) is known color: Pine Tree. HEX triplet: 06, 0C and 03. RGB value is (6,12,3). Sum of RGB (Red+Green+Blue) = 6+12+3=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #060C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C03 is #F9F3FC. Grayscale: #090909. Windows color (decimal): -16380925 or 199686. OLE color: 199686.

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

Color convert

RGB 6 12 3 -
CMYK 0.50 0 0.75 0.95
HSL 100º 0.6% 0.03% -
HSV(B) 100º 0.75% 0.05% -
XYZ 0.22 0.31 0.13 -
YUV 9.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 6 12 3 0.50 0 0.75 0.95 100 0.6 0.03
Hex 6 C 3 32 0 4B 5F 64 3C 3
Octal 6 14 3 62 0 113 137 144 74 3
Binary 110 1100 11 110010 0 1001011 1011111 1100100 111100 11

Color Harmonies of #060C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C03

Black with #060C03

Text Example


Text Example

White with #060C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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