Html Css Color HEX #0D1C15 Dark Green

📋 copy color: '#0D1C15'

red 13 ◦ green 28 ◦ blue 21

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

Shades of Dark Green #0D1C15

Tints of Dark Green #0D1C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 33.87%

R = 20.97%
G = 45.16%
B = 33.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#0D1C15 (or 0x0D1C15) is known color: Dark Green. HEX triplet: 0D, 1C and 15. RGB value is (13,28,21). Sum of RGB (Red+Green+Blue) = 13+28+21=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C15 is #F2E3EA. Grayscale: #161616. Windows color (decimal): -15918059 or 1383437. OLE color: 1383437.

HSL color Cylindrical-coordinate representation of color #0D1C15: hue angle of 152º 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 #0D1C15 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 28 21 -
CMYK 0.54 0 0.25 0.89
HSL 152º 0.37% 0.08% -
HSV(B) 152º 0.54% 0.11% -
XYZ 0.72 0.97 0.86 -
YUV 22.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 13 28 21 0.54 0 0.25 0.89 152 0.37 0.08
Hex D 1C 15 36 0 19 59 98 25 8
Octal 15 34 25 66 0 31 131 230 45 10
Binary 1101 11100 10101 110110 0 11001 1011001 10011000 100101 1000

Color Harmonies of #0D1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1C15

Black with #0D1C15

Text Example


Text Example

White with #0D1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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