Html Css Color HEX #0D1F18 Dark Green

📋 copy color: '#0D1F18'

red 13 ◦ green 31 ◦ blue 24

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

Shades of Dark Green #0D1F18

Tints of Dark Green #0D1F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 45.59%

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

R = 19.12%
G = 45.59%
B = 35.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#0D1F18 (or 0x0D1F18) is known color: Dark Green. HEX triplet: 0D, 1F and 18. RGB value is (13,31,24). Sum of RGB (Red+Green+Blue) = 13+31+24=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F18 is #F2E0E7. Grayscale: #181818. Windows color (decimal): -15917288 or 1580813. OLE color: 1580813.

HSL color Cylindrical-coordinate representation of color #0D1F18: hue angle of 156.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F18 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 31 24 -
CMYK 0.58 0 0.23 0.88
HSL 156.67º 0.41% 0.09% -
HSV(B) 156.67º 0.58% 0.12% -
XYZ 0.82 1.13 1.04 -
YUV 24.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 13 31 24 0.58 0 0.23 0.88 156.67 0.41 0.09
Hex D 1F 18 3A 0 17 58 9D 29 9
Octal 15 37 30 72 0 27 130 235 51 11
Binary 1101 11111 11000 111010 0 10111 1011000 10011101 101001 1001

Color Harmonies of #0D1F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F18

Black with #0D1F18

Text Example


Text Example

White with #0D1F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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