Html Css Color HEX #0D1714 Dark Green

📋 copy color: '#0D1714'

red 13 ◦ green 23 ◦ blue 20

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

Shades of Dark Green #0D1714

Tints of Dark Green #0D1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 41.07%

 BLUE value IS 20 (8.2% from 255) = 35.71%

R = 23.21%
G = 41.07%
B = 35.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#0D1714 (or 0x0D1714) is known color: Dark Green. HEX triplet: 0D, 17 and 14. RGB value is (13,23,20). Sum of RGB (Red+Green+Blue) = 13+23+20=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1714 is #F2E8EB. Grayscale: #131313. Windows color (decimal): -15919340 or 1316621. OLE color: 1316621.

HSL color Cylindrical-coordinate representation of color #0D1714: hue angle of 162º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D1714 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 23 20 -
CMYK 0.43 0 0.13 0.91
HSL 162º 0.28% 0.07% -
HSV(B) 162º 0.43% 0.09% -
XYZ 0.6 0.75 0.77 -
YUV 19.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 13 23 20 0.43 0 0.13 0.91 162 0.28 0.07
Hex D 17 14 2B 0 D 5B A2 1C 7
Octal 15 27 24 53 0 15 133 242 34 7
Binary 1101 10111 10100 101011 0 1101 1011011 10100010 11100 111

Color Harmonies of #0D1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1714

Black with #0D1714

Text Example


Text Example

White with #0D1714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,23,20); }

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

background-color css

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

 a { background-color: rgb(13,23,20); }

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

border-color css

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

 span { border-color: rgb(13,23,20); }

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