Html Css Color HEX #0A1A19 Dark Green

📋 copy color: '#0A1A19'

red 10 ◦ green 26 ◦ blue 25

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

Shades of Dark Green #0A1A19

Tints of Dark Green #0A1A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 42.62%

 BLUE value IS 25 (10.16% from 255) = 40.98%

R = 16.39%
G = 42.62%
B = 40.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.90

RGB Variations

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

Color information

#0A1A19 (or 0x0A1A19) is known color: Dark Green. HEX triplet: 0A, 1A and 19. RGB value is (10,26,25). Sum of RGB (Red+Green+Blue) = 10+26+25=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A19 is #F5E5E6. Grayscale: #151515. Windows color (decimal): -16115175 or 1645066. OLE color: 1645066.

HSL color Cylindrical-coordinate representation of color #0A1A19: hue angle of 176.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A1A19 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 26 25 -
CMYK 0.62 0 0.04 0.90
HSL 176.25º 0.44% 0.07% -
HSV(B) 176.25º 0.62% 0.1% -
XYZ 0.67 0.87 1.05 -
YUV 21.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 10 26 25 0.62 0 0.04 0.90 176.25 0.44 0.07
Hex A 1A 19 3E 0 4 5A B0 2C 7
Octal 12 32 31 76 0 4 132 260 54 7
Binary 1010 11010 11001 111110 0 100 1011010 10110000 101100 111

Color Harmonies of #0A1A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1A19

Black with #0A1A19

Text Example


Text Example

White with #0A1A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,26,25); }

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

background-color css

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

 a { background-color: rgb(10,26,25); }

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

border-color css

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

 span { border-color: rgb(10,26,25); }

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