Html Css Color HEX #0D1D1C Dark Green

📋 copy color: '#0D1D1C'

red 13 ◦ green 29 ◦ blue 28

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

Shades of Dark Green #0D1D1C

Tints of Dark Green #0D1D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 41.43%

 BLUE value IS 28 (11.33% from 255) = 40%

R = 18.57%
G = 41.43%
B = 40%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#0D1D1C (or 0x0D1D1C) is known color: Dark Green. HEX triplet: 0D, 1D and 1C. RGB value is (13,29,28). Sum of RGB (Red+Green+Blue) = 13+29+28=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D1C is #F2E2E3. Grayscale: #181818. Windows color (decimal): -15917796 or 1842445. OLE color: 1842445.

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

Color convert

RGB 13 29 28 -
CMYK 0.55 0 0.03 0.89
HSL 176.25º 0.38% 0.08% -
HSV(B) 176.25º 0.55% 0.11% -
XYZ 0.81 1.05 1.26 -
YUV 24.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 13 29 28 0.55 0 0.03 0.89 176.25 0.38 0.08
Hex D 1D 1C 37 0 3 59 B0 26 8
Octal 15 35 34 67 0 3 131 260 46 10
Binary 1101 11101 11100 110111 0 11 1011001 10110000 100110 1000

Color Harmonies of #0D1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1D1C

Black with #0D1D1C

Text Example


Text Example

White with #0D1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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