Html Css Color HEX #050B02 Pine Tree

📋 copy color: '#050B02'

red 5 ◦ green 11 ◦ blue 2

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

Shades of Pine Tree #050B02

Tints of Pine Tree #050B02

RGB

 RED value IS 5 (2.34% from 255) = 27.78%

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

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

R = 27.78%
G = 61.11%
B = 11.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.96

RGB Variations

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

Color information

#050B02 (or 0x050B02) is known color: Pine Tree. HEX triplet: 05, 0B and 02. RGB value is (5,11,2). Sum of RGB (Red+Green+Blue) = 5+11+2=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 11 (4.69% from 255 or 61.11% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 11 - color contains mainly: green. Hex color #050B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B02 is #FAF4FD. Grayscale: #080808. Windows color (decimal): -16446718 or 133893. OLE color: 133893.

HSL color Cylindrical-coordinate representation of color #050B02: hue angle of 100º 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 #050B02 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 11 2 -
CMYK 0.55 0 0.82 0.96
HSL 100º 0.69% 0.03% -
HSV(B) 100º 0.82% 0.04% -
XYZ 0.19 0.28 0.1 -
YUV 8.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 5 11 2 0.55 0 0.82 0.96 100 0.69 0.03
Hex 5 B 2 37 0 52 60 64 45 3
Octal 5 13 2 67 0 122 140 144 105 3
Binary 101 1011 10 110111 0 1010010 1100000 1100100 1000101 11

Color Harmonies of #050B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B02

Black with #050B02

Text Example


Text Example

White with #050B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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