Html Css Color HEX #0D1A15 Dark Green

📋 copy color: '#0D1A15'

red 13 ◦ green 26 ◦ blue 21

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

Shades of Dark Green #0D1A15

Tints of Dark Green #0D1A15

RGB

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

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

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

R = 21.67%
G = 43.33%
B = 35%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.19

 K value IS 0.90

RGB Variations

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

Color information

#0D1A15 (or 0x0D1A15) is known color: Dark Green. HEX triplet: 0D, 1A and 15. RGB value is (13,26,21). Sum of RGB (Red+Green+Blue) = 13+26+21=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A15 is #F2E5EA. Grayscale: #151515. Windows color (decimal): -15918571 or 1382925. OLE color: 1382925.

HSL color Cylindrical-coordinate representation of color #0D1A15: hue angle of 156.92º 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 #0D1A15 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 26 21 -
CMYK 0.5 0 0.19 0.90
HSL 156.92º 0.33% 0.08% -
HSV(B) 156.92º 0.5% 0.1% -
XYZ 0.67 0.88 0.84 -
YUV 21.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 13 26 21 0.5 0 0.19 0.90 156.92 0.33 0.08
Hex D 1A 15 32 0 13 5A 9D 21 8
Octal 15 32 25 62 0 23 132 235 41 10
Binary 1101 11010 10101 110010 0 10011 1011010 10011101 100001 1000

Color Harmonies of #0D1A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A15

Black with #0D1A15

Text Example


Text Example

White with #0D1A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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