Html Css Color HEX #050C0A Dark Green

📋 copy color: '#050C0A'

red 5 ◦ green 12 ◦ blue 10

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

Shades of Dark Green #050C0A

Tints of Dark Green #050C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 37.04%

R = 18.52%
G = 44.44%
B = 37.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#050C0A (or 0x050C0A) is known color: Dark Green. HEX triplet: 05, 0C and 0A. RGB value is (5,12,10). Sum of RGB (Red+Green+Blue) = 5+12+10=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 12 (5.08% from 255 or 44.44% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 12 - color contains mainly: green. Hex color #050C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C0A is #FAF3F5. Grayscale: #090909. Windows color (decimal): -16446454 or 658437. OLE color: 658437.

HSL color Cylindrical-coordinate representation of color #050C0A: hue angle of 162.86º 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 #050C0A is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 12 10 -
CMYK 0.58 0 0.17 0.95
HSL 162.86º 0.41% 0.03% -
HSV(B) 162.86º 0.58% 0.05% -
XYZ 0.25 0.32 0.34 -
YUV 9.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 5 12 10 0.58 0 0.17 0.95 162.86 0.41 0.03
Hex 5 C A 3A 0 11 5F A3 29 3
Octal 5 14 12 72 0 21 137 243 51 3
Binary 101 1100 1010 111010 0 10001 1011111 10100011 101001 11

Color Harmonies of #050C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C0A

Black with #050C0A

Text Example


Text Example

White with #050C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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