Html Css Color HEX #050B08 Dark Green

📋 copy color: '#050B08'

red 5 ◦ green 11 ◦ blue 8

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

Shades of Dark Green #050B08

Tints of Dark Green #050B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 33.33%

R = 20.83%
G = 45.83%
B = 33.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.96

RGB Variations

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

Color information

#050B08 (or 0x050B08) is known color: Dark Green. HEX triplet: 05, 0B and 08. RGB value is (5,11,8). Sum of RGB (Red+Green+Blue) = 5+11+8=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 11 - color contains mainly: green. Hex color #050B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B08 is #FAF4F7. Grayscale: #080808. Windows color (decimal): -16446712 or 527109. OLE color: 527109.

HSL color Cylindrical-coordinate representation of color #050B08: hue angle of 150º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #050B08 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 11 8 -
CMYK 0.55 0 0.27 0.96
HSL 150º 0.38% 0.03% -
HSV(B) 150º 0.55% 0.04% -
XYZ 0.23 0.29 0.27 -
YUV 8.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 5 11 8 0.55 0 0.27 0.96 150 0.38 0.03
Hex 5 B 8 37 0 1B 60 96 26 3
Octal 5 13 10 67 0 33 140 226 46 3
Binary 101 1011 1000 110111 0 11011 1100000 10010110 100110 11

Color Harmonies of #050B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B08

Black with #050B08

Text Example


Text Example

White with #050B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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