Html Css Color HEX #0D1B18 Dark Green

📋 copy color: '#0D1B18'

red 13 ◦ green 27 ◦ blue 24

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

Shades of Dark Green #0D1B18

Tints of Dark Green #0D1B18

RGB

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

 GREEN value IS 27 (10.94% from 255) = 42.19%

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

R = 20.31%
G = 42.19%
B = 37.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#0D1B18 (or 0x0D1B18) is known color: Dark Green. HEX triplet: 0D, 1B and 18. RGB value is (13,27,24). Sum of RGB (Red+Green+Blue) = 13+27+24=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B18 is #F2E4E7. Grayscale: #161616. Windows color (decimal): -15918312 or 1579789. OLE color: 1579789.

HSL color Cylindrical-coordinate representation of color #0D1B18: hue angle of 167.14º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0D1B18 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 27 24 -
CMYK 0.52 0 0.11 0.89
HSL 167.14º 0.35% 0.08% -
HSV(B) 167.14º 0.52% 0.11% -
XYZ 0.72 0.94 1.01 -
YUV 22.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 13 27 24 0.52 0 0.11 0.89 167.14 0.35 0.08
Hex D 1B 18 34 0 B 59 A7 23 8
Octal 15 33 30 64 0 13 131 247 43 10
Binary 1101 11011 11000 110100 0 1011 1011001 10100111 100011 1000

Color Harmonies of #0D1B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1B18

Black with #0D1B18

Text Example


Text Example

White with #0D1B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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