Html Css Color HEX #050C08 Dark Green

📋 copy color: '#050C08'

red 5 ◦ green 12 ◦ blue 8

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

Shades of Dark Green #050C08

Tints of Dark Green #050C08

RGB

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

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

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

R = 20%
G = 48%
B = 32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.95

RGB Variations

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

Color information

#050C08 (or 0x050C08) is known color: Dark Green. HEX triplet: 05, 0C and 08. RGB value is (5,12,8). Sum of RGB (Red+Green+Blue) = 5+12+8=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 12 - color contains mainly: green. Hex color #050C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C08 is #FAF3F7. Grayscale: #090909. Windows color (decimal): -16446456 or 527365. OLE color: 527365.

HSL color Cylindrical-coordinate representation of color #050C08: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #050C08 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 12 8 -
CMYK 0.58 0 0.33 0.95
HSL 145.71º 0.41% 0.03% -
HSV(B) 145.71º 0.58% 0.05% -
XYZ 0.24 0.31 0.28 -
YUV 9.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 5 12 8 0.58 0 0.33 0.95 145.71 0.41 0.03
Hex 5 C 8 3A 0 21 5F 92 29 3
Octal 5 14 10 72 0 41 137 222 51 3
Binary 101 1100 1000 111010 0 100001 1011111 10010010 101001 11

Color Harmonies of #050C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C08

Black with #050C08

Text Example


Text Example

White with #050C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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