Html Css Color HEX #0D1817 Dark Green

📋 copy color: '#0D1817'

red 13 ◦ green 24 ◦ blue 23

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

Shades of Dark Green #0D1817

Tints of Dark Green #0D1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 40%

 BLUE value IS 23 (9.38% from 255) = 38.33%

R = 21.67%
G = 40%
B = 38.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#0D1817 (or 0x0D1817) is known color: Dark Green. HEX triplet: 0D, 18 and 17. RGB value is (13,24,23). Sum of RGB (Red+Green+Blue) = 13+24+23=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1817 is #F2E7E8. Grayscale: #141414. Windows color (decimal): -15919081 or 1513485. OLE color: 1513485.

HSL color Cylindrical-coordinate representation of color #0D1817: hue angle of 174.55º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D1817 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 24 23 -
CMYK 0.46 0 0.04 0.91
HSL 174.55º 0.3% 0.07% -
HSV(B) 174.55º 0.46% 0.09% -
XYZ 0.65 0.8 0.93 -
YUV 20.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 13 24 23 0.46 0 0.04 0.91 174.55 0.3 0.07
Hex D 18 17 2E 0 4 5B AF 1E 7
Octal 15 30 27 56 0 4 133 257 36 7
Binary 1101 11000 10111 101110 0 100 1011011 10101111 11110 111

Color Harmonies of #0D1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1817

Black with #0D1817

Text Example


Text Example

White with #0D1817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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