Html Css Color HEX #051212 Dark Green

📋 copy color: '#051212'

red 5 ◦ green 18 ◦ blue 18

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

Shades of Dark Green #051212

Tints of Dark Green #051212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 43.9%

R = 12.2%
G = 43.9%
B = 43.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#051212 (or 0x051212) is known color: Dark Green. HEX triplet: 05, 12 and 12. RGB value is (5,18,18). Sum of RGB (Red+Green+Blue) = 5+18+18=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #051212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051212 is #FAEDED. Grayscale: #0E0E0E. Windows color (decimal): -16444910 or 1184261. OLE color: 1184261.

HSL color Cylindrical-coordinate representation of color #051212: hue angle of 180º 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 #051212 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 18 18 -
CMYK 0.72 0 0 0.93
HSL 180º 0.57% 0.05% -
HSV(B) 180º 0.72% 0.07% -
XYZ 0.39 0.51 0.65 -
YUV 14.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 5 18 18 0.72 0 0 0.93 180 0.57 0.05
Hex 5 12 12 48 0 0 5D B4 39 5
Octal 5 22 22 110 0 0 135 264 71 5
Binary 101 10010 10010 1001000 0 0 1011101 10110100 111001 101

Color Harmonies of #051212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051212

Black with #051212

Text Example


Text Example

White with #051212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051212; }

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

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

background-color css

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

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

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

border-color css

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

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

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