Html Css Color HEX #0D1F16 Dark Green

📋 copy color: '#0D1F16'

red 13 ◦ green 31 ◦ blue 22

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

Shades of Dark Green #0D1F16

Tints of Dark Green #0D1F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.97%

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

R = 19.7%
G = 46.97%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#0D1F16 (or 0x0D1F16) is known color: Dark Green. HEX triplet: 0D, 1F and 16. RGB value is (13,31,22). Sum of RGB (Red+Green+Blue) = 13+31+22=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F16 is #F2E0E9. Grayscale: #181818. Windows color (decimal): -15917290 or 1449741. OLE color: 1449741.

HSL color Cylindrical-coordinate representation of color #0D1F16: hue angle of 150º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F16 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 31 22 -
CMYK 0.58 0 0.29 0.88
HSL 150º 0.41% 0.09% -
HSV(B) 150º 0.58% 0.12% -
XYZ 0.8 1.12 0.93 -
YUV 24.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 13 31 22 0.58 0 0.29 0.88 150 0.41 0.09
Hex D 1F 16 3A 0 1D 58 96 29 9
Octal 15 37 26 72 0 35 130 226 51 11
Binary 1101 11111 10110 111010 0 11101 1011000 10010110 101001 1001

Color Harmonies of #0D1F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1F16

Black with #0D1F16

Text Example


Text Example

White with #0D1F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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