Html Css Color HEX #0A1615 Dark Green

📋 copy color: '#0A1615'

red 10 ◦ green 22 ◦ blue 21

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

Shades of Dark Green #0A1615

Tints of Dark Green #0A1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 41.51%

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

R = 18.87%
G = 41.51%
B = 39.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#0A1615 (or 0x0A1615) is known color: Dark Green. HEX triplet: 0A, 16 and 15. RGB value is (10,22,21). Sum of RGB (Red+Green+Blue) = 10+22+21=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1615 is #F5E9EA. Grayscale: #121212. Windows color (decimal): -16116203 or 1381898. OLE color: 1381898.

HSL color Cylindrical-coordinate representation of color #0A1615: hue angle of 175º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A1615 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 22 21 -
CMYK 0.55 0 0.05 0.91
HSL 175º 0.38% 0.06% -
HSV(B) 175º 0.55% 0.09% -
XYZ 0.55 0.69 0.81 -
YUV 18.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 10 22 21 0.55 0 0.05 0.91 175 0.38 0.06
Hex A 16 15 37 0 5 5B AF 26 6
Octal 12 26 25 67 0 5 133 257 46 6
Binary 1010 10110 10101 110111 0 101 1011011 10101111 100110 110

Color Harmonies of #0A1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1615

Black with #0A1615

Text Example


Text Example

White with #0A1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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