Html Css Color HEX #0D1A13 Dark Green

📋 copy color: '#0D1A13'

red 13 ◦ green 26 ◦ blue 19

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

Shades of Dark Green #0D1A13

Tints of Dark Green #0D1A13

RGB

 RED value IS 13 (5.47% from 255) = 22.41%

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

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

R = 22.41%
G = 44.83%
B = 32.76%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#0D1A13 (or 0x0D1A13) is known color: Dark Green. HEX triplet: 0D, 1A and 13. RGB value is (13,26,19). Sum of RGB (Red+Green+Blue) = 13+26+19=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A13 is #F2E5EC. Grayscale: #151515. Windows color (decimal): -15918573 or 1251853. OLE color: 1251853.

HSL color Cylindrical-coordinate representation of color #0D1A13: hue angle of 147.69º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D1A13 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 26 19 -
CMYK 0.5 0 0.27 0.90
HSL 147.69º 0.33% 0.08% -
HSV(B) 147.69º 0.5% 0.1% -
XYZ 0.65 0.87 0.75 -
YUV 21.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 13 26 19 0.5 0 0.27 0.90 147.69 0.33 0.08
Hex D 1A 13 32 0 1B 5A 94 21 8
Octal 15 32 23 62 0 33 132 224 41 10
Binary 1101 11010 10011 110010 0 11011 1011010 10010100 100001 1000

Color Harmonies of #0D1A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A13

Black with #0D1A13

Text Example


Text Example

White with #0D1A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,26,19); }

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

background-color css

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

 a { background-color: rgb(13,26,19); }

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

border-color css

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

 span { border-color: rgb(13,26,19); }

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