Html Css Color HEX #050F0A Dark Green

📋 copy color: '#050F0A'

red 5 ◦ green 15 ◦ blue 10

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

Shades of Dark Green #050F0A

Tints of Dark Green #050F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 50%

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

R = 16.67%
G = 50%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.94

RGB Variations

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

Color information

#050F0A (or 0x050F0A) is known color: Dark Green. HEX triplet: 05, 0F and 0A. RGB value is (5,15,10). Sum of RGB (Red+Green+Blue) = 5+15+10=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #050F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050F0A is #FAF0F5. Grayscale: #0B0B0B. Windows color (decimal): -16445686 or 659205. OLE color: 659205.

HSL color Cylindrical-coordinate representation of color #050F0A: hue angle of 150º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050F0A is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 15 10 -
CMYK 0.67 0 0.33 0.94
HSL 150º 0.5% 0.04% -
HSV(B) 150º 0.67% 0.06% -
XYZ 0.29 0.4 0.35 -
YUV 11.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 5 15 10 0.67 0 0.33 0.94 150 0.5 0.04
Hex 5 F A 43 0 21 5E 96 32 4
Octal 5 17 12 103 0 41 136 226 62 4
Binary 101 1111 1010 1000011 0 100001 1011110 10010110 110010 100

Color Harmonies of #050F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F0A

Black with #050F0A

Text Example


Text Example

White with #050F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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