Html Css Color HEX #051211 Dark Green

📋 copy color: '#051211'

red 5 ◦ green 18 ◦ blue 17

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

Shades of Dark Green #051211

Tints of Dark Green #051211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 45%

 BLUE value IS 17 (7.03% from 255) = 42.5%

R = 12.5%
G = 45%
B = 42.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#051211 (or 0x051211) is known color: Dark Green. HEX triplet: 05, 12 and 11. RGB value is (5,18,17). Sum of RGB (Red+Green+Blue) = 5+18+17=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #051211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051211 is #FAEDEE. Grayscale: #0D0D0D. Windows color (decimal): -16444911 or 1118725. OLE color: 1118725.

HSL color Cylindrical-coordinate representation of color #051211: hue angle of 175.38º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051211 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 18 17 -
CMYK 0.72 0 0.06 0.93
HSL 175.38º 0.57% 0.05% -
HSV(B) 175.38º 0.72% 0.07% -
XYZ 0.38 0.51 0.61 -
YUV 14 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 5 18 17 0.72 0 0.06 0.93 175.38 0.57 0.05
Hex 5 12 11 48 0 6 5D AF 39 5
Octal 5 22 21 110 0 6 135 257 71 5
Binary 101 10010 10001 1001000 0 110 1011101 10101111 111001 101

Color Harmonies of #051211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051211

Black with #051211

Text Example


Text Example

White with #051211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051211; }

 p { color: rgb(5,18,17); }

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

background-color css

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

 a { background-color: rgb(5,18,17); }

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

border-color css

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

 span { border-color: rgb(5,18,17); }

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