Html Css Color HEX #0A1815 Dark Green

📋 copy color: '#0A1815'

red 10 ◦ green 24 ◦ blue 21

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

Shades of Dark Green #0A1815

Tints of Dark Green #0A1815

RGB

 RED value IS 10 (4.3% from 255) = 18.18%

 GREEN value IS 24 (9.77% from 255) = 43.64%

 BLUE value IS 21 (8.59% from 255) = 38.18%

R = 18.18%
G = 43.64%
B = 38.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#0A1815 (or 0x0A1815) is known color: Dark Green. HEX triplet: 0A, 18 and 15. RGB value is (10,24,21). Sum of RGB (Red+Green+Blue) = 10+24+21=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1815 is #F5E7EA. Grayscale: #131313. Windows color (decimal): -16115691 or 1382410. OLE color: 1382410.

HSL color Cylindrical-coordinate representation of color #0A1815: hue angle of 167.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1815 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 24 21 -
CMYK 0.58 0 0.13 0.91
HSL 167.14º 0.41% 0.07% -
HSV(B) 167.14º 0.58% 0.09% -
XYZ 0.59 0.77 0.83 -
YUV 19.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 10 24 21 0.58 0 0.13 0.91 167.14 0.41 0.07
Hex A 18 15 3A 0 D 5B A7 29 7
Octal 12 30 25 72 0 15 133 247 51 7
Binary 1010 11000 10101 111010 0 1101 1011011 10100111 101001 111

Color Harmonies of #0A1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1815

Black with #0A1815

Text Example


Text Example

White with #0A1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1815; }

 p { color: rgb(10,24,21); }

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

background-color css

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

 a { background-color: rgb(10,24,21); }

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

border-color css

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

 span { border-color: rgb(10,24,21); }

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