Html Css Color HEX #0D1A16 Dark Green

📋 copy color: '#0D1A16'

red 13 ◦ green 26 ◦ blue 22

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

Shades of Dark Green #0D1A16

Tints of Dark Green #0D1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 42.62%

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

R = 21.31%
G = 42.62%
B = 36.07%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.15

 K value IS 0.90

RGB Variations

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

Color information

#0D1A16 (or 0x0D1A16) is known color: Dark Green. HEX triplet: 0D, 1A and 16. RGB value is (13,26,22). Sum of RGB (Red+Green+Blue) = 13+26+22=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #0D1A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1A16 is #F2E5E9. Grayscale: #151515. Windows color (decimal): -15918570 or 1448461. OLE color: 1448461.

HSL color Cylindrical-coordinate representation of color #0D1A16: hue angle of 161.54º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0D1A16 is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB 13 26 22 -
CMYK 0.5 0 0.15 0.90
HSL 161.54º 0.33% 0.08% -
HSV(B) 161.54º 0.5% 0.1% -
XYZ 0.68 0.88 0.89 -
YUV 21.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 13 26 22 0.5 0 0.15 0.90 161.54 0.33 0.08
Hex D 1A 16 32 0 F 5A A2 21 8
Octal 15 32 26 62 0 17 132 242 41 10
Binary 1101 11010 10110 110010 0 1111 1011010 10100010 100001 1000

Color Harmonies of #0D1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A16

Black with #0D1A16

Text Example


Text Example

White with #0D1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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