Html Css Color HEX #0D1B16 Dark Green

📋 copy color: '#0D1B16'

red 13 ◦ green 27 ◦ blue 22

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

Shades of Dark Green #0D1B16

Tints of Dark Green #0D1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 43.55%

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

R = 20.97%
G = 43.55%
B = 35.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#0D1B16 (or 0x0D1B16) is known color: Dark Green. HEX triplet: 0D, 1B and 16. RGB value is (13,27,22). Sum of RGB (Red+Green+Blue) = 13+27+22=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B16 is #F2E4E9. Grayscale: #161616. Windows color (decimal): -15918314 or 1448717. OLE color: 1448717.

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

Color convert

RGB 13 27 22 -
CMYK 0.52 0 0.19 0.89
HSL 158.57º 0.35% 0.08% -
HSV(B) 158.57º 0.52% 0.11% -
XYZ 0.7 0.93 0.9 -
YUV 22.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 13 27 22 0.52 0 0.19 0.89 158.57 0.35 0.08
Hex D 1B 16 34 0 13 59 9F 23 8
Octal 15 33 26 64 0 23 131 237 43 10
Binary 1101 11011 10110 110100 0 10011 1011001 10011111 100011 1000

Color Harmonies of #0D1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1B16

Black with #0D1B16

Text Example


Text Example

White with #0D1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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