Html Css Color HEX #0D1C16 Dark Green

📋 copy color: '#0D1C16'

red 13 ◦ green 28 ◦ blue 22

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

Shades of Dark Green #0D1C16

Tints of Dark Green #0D1C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 44.44%

 BLUE value IS 22 (8.98% from 255) = 34.92%

R = 20.63%
G = 44.44%
B = 34.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#0D1C16 (or 0x0D1C16) is known color: Dark Green. HEX triplet: 0D, 1C and 16. RGB value is (13,28,22). Sum of RGB (Red+Green+Blue) = 13+28+22=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C16 is #F2E3E9. Grayscale: #161616. Windows color (decimal): -15918058 or 1448973. OLE color: 1448973.

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

Color convert

RGB 13 28 22 -
CMYK 0.54 0 0.21 0.89
HSL 156º 0.37% 0.08% -
HSV(B) 156º 0.54% 0.11% -
XYZ 0.73 0.97 0.91 -
YUV 22.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 13 28 22 0.54 0 0.21 0.89 156 0.37 0.08
Hex D 1C 16 36 0 15 59 9C 25 8
Octal 15 34 26 66 0 25 131 234 45 10
Binary 1101 11100 10110 110110 0 10101 1011001 10011100 100101 1000

Color Harmonies of #0D1C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1C16

Black with #0D1C16

Text Example


Text Example

White with #0D1C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,28,22); }

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

background-color css

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

 a { background-color: rgb(13,28,22); }

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

border-color css

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

 span { border-color: rgb(13,28,22); }

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