Html Css Color HEX #0A1D13 Dark Green

📋 copy color: '#0A1D13'

red 10 ◦ green 29 ◦ blue 19

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

Shades of Dark Green #0A1D13

Tints of Dark Green #0A1D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 50%

 BLUE value IS 19 (7.81% from 255) = 32.76%

R = 17.24%
G = 50%
B = 32.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#0A1D13 (or 0x0A1D13) is known color: Dark Green. HEX triplet: 0A, 1D and 13. RGB value is (10,29,19). Sum of RGB (Red+Green+Blue) = 10+29+19=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D13 is #F5E2EC. Grayscale: #161616. Windows color (decimal): -16114413 or 1252618. OLE color: 1252618.

HSL color Cylindrical-coordinate representation of color #0A1D13: hue angle of 148.42º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A1D13 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 29 19 -
CMYK 0.66 0 0.34 0.89
HSL 148.42º 0.49% 0.08% -
HSV(B) 148.42º 0.66% 0.11% -
XYZ 0.68 0.99 0.77 -
YUV 22.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 10 29 19 0.66 0 0.34 0.89 148.42 0.49 0.08
Hex A 1D 13 42 0 22 59 94 31 8
Octal 12 35 23 102 0 42 131 224 61 10
Binary 1010 11101 10011 1000010 0 100010 1011001 10010100 110001 1000

Color Harmonies of #0A1D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1D13

Black with #0A1D13

Text Example


Text Example

White with #0A1D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,29,19); }

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

background-color css

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

 a { background-color: rgb(10,29,19); }

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

border-color css

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

 span { border-color: rgb(10,29,19); }

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