Html Css Color HEX #0D1A18 Dark Green

📋 copy color: '#0D1A18'

red 13 ◦ green 26 ◦ blue 24

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

Shades of Dark Green #0D1A18

Tints of Dark Green #0D1A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 38.1%

R = 20.63%
G = 41.27%
B = 38.1%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.90

RGB Variations

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

Color information

#0D1A18 (or 0x0D1A18) is known color: Dark Green. HEX triplet: 0D, 1A and 18. RGB value is (13,26,24). Sum of RGB (Red+Green+Blue) = 13+26+24=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A18 is #F2E5E7. Grayscale: #151515. Windows color (decimal): -15918568 or 1579533. OLE color: 1579533.

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

Color convert

RGB 13 26 24 -
CMYK 0.5 0 0.08 0.90
HSL 170.77º 0.33% 0.08% -
HSV(B) 170.77º 0.5% 0.1% -
XYZ 0.7 0.89 1 -
YUV 21.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 13 26 24 0.5 0 0.08 0.90 170.77 0.33 0.08
Hex D 1A 18 32 0 8 5A AB 21 8
Octal 15 32 30 62 0 10 132 253 41 10
Binary 1101 11010 11000 110010 0 1000 1011010 10101011 100001 1000

Color Harmonies of #0D1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A18

Black with #0D1A18

Text Example


Text Example

White with #0D1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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