Html Css Color HEX #0D2216 Dark Green

📋 copy color: '#0D2216'

red 13 ◦ green 34 ◦ blue 22

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

Shades of Dark Green #0D2216

Tints of Dark Green #0D2216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 49.28%

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

R = 18.84%
G = 49.28%
B = 31.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.87

RGB Variations

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

Color information

#0D2216 (or 0x0D2216) is known color: Dark Green. HEX triplet: 0D, 22 and 16. RGB value is (13,34,22). Sum of RGB (Red+Green+Blue) = 13+34+22=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 34 (13.67% from 255 or 49.28% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2216 is #F2DDE9. Grayscale: #1A1A1A. Windows color (decimal): -15916522 or 1450509. OLE color: 1450509.

HSL color Cylindrical-coordinate representation of color #0D2216: hue angle of 145.71º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D2216 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB 13 34 22 -
CMYK 0.62 0 0.35 0.87
HSL 145.71º 0.45% 0.09% -
HSV(B) 145.71º 0.62% 0.13% -
XYZ 0.88 1.29 0.96 -
YUV 26.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 13 34 22 0.62 0 0.35 0.87 145.71 0.45 0.09
Hex D 22 16 3E 0 23 57 92 2D 9
Octal 15 42 26 76 0 43 127 222 55 11
Binary 1101 100010 10110 111110 0 100011 1010111 10010010 101101 1001

Color Harmonies of #0D2216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2216

Black with #0D2216

Text Example


Text Example

White with #0D2216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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