Html Css Color HEX #060B02 Pine Tree

📋 copy color: '#060B02'

red 6 ◦ green 11 ◦ blue 2

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

Shades of Pine Tree #060B02

Tints of Pine Tree #060B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 57.89%

 BLUE value IS 2 (1.17% from 255) = 10.53%

R = 31.58%
G = 57.89%
B = 10.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.96

RGB Variations

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

Color information

#060B02 (or 0x060B02) is known color: Pine Tree. HEX triplet: 06, 0B and 02. RGB value is (6,11,2). Sum of RGB (Red+Green+Blue) = 6+11+2=19 (2% of max value = 765). Red value is 6 (2.73% from 255 or 31.58% from 19); Green value is 11 (4.69% from 255 or 57.89% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 11 - color contains mainly: green. Hex color #060B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B02 is #F9F4FD. Grayscale: #080808. Windows color (decimal): -16381182 or 133894. OLE color: 133894.

HSL color Cylindrical-coordinate representation of color #060B02: hue angle of 93.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #060B02 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 11 2 -
CMYK 0.45 0 0.82 0.96
HSL 93.33º 0.69% 0.03% -
HSV(B) 93.33º 0.82% 0.04% -
XYZ 0.21 0.28 0.1 -
YUV 8.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 6 11 2 0.45 0 0.82 0.96 93.33 0.69 0.03
Hex 6 B 2 2D 0 52 60 5D 45 3
Octal 6 13 2 55 0 122 140 135 105 3
Binary 110 1011 10 101101 0 1010010 1100000 1011101 1000101 11

Color Harmonies of #060B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060B02

Black with #060B02

Text Example


Text Example

White with #060B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,11,2); }

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

background-color css

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

 a { background-color: rgb(6,11,2); }

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

border-color css

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

 span { border-color: rgb(6,11,2); }

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