Html Css Color HEX #0D1C1A Dark Green

📋 copy color: '#0D1C1A'

red 13 ◦ green 28 ◦ blue 26

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

Shades of Dark Green #0D1C1A

Tints of Dark Green #0D1C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 38.81%

R = 19.4%
G = 41.79%
B = 38.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#0D1C1A (or 0x0D1C1A) is known color: Dark Green. HEX triplet: 0D, 1C and 1A. RGB value is (13,28,26). Sum of RGB (Red+Green+Blue) = 13+28+26=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1C1A is #F2E3E5. Grayscale: #171717. Windows color (decimal): -15918054 or 1711117. OLE color: 1711117.

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

Color convert

RGB 13 28 26 -
CMYK 0.54 0 0.07 0.89
HSL 172º 0.37% 0.08% -
HSV(B) 172º 0.54% 0.11% -
XYZ 0.77 0.99 1.13 -
YUV 23.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 13 28 26 0.54 0 0.07 0.89 172 0.37 0.08
Hex D 1C 1A 36 0 7 59 AC 25 8
Octal 15 34 32 66 0 7 131 254 45 10
Binary 1101 11100 11010 110110 0 111 1011001 10101100 100101 1000

Color Harmonies of #0D1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1C1A

Black with #0D1C1A

Text Example


Text Example

White with #0D1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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