Html Css Color HEX #13221D Dark Green

📋 copy color: '#13221D'

red 19 ◦ green 34 ◦ blue 29

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

Shades of Dark Green #13221D

Tints of Dark Green #13221D

RGB

 RED value IS 19 (7.81% from 255) = 23.17%

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

 BLUE value IS 29 (11.72% from 255) = 35.37%

R = 23.17%
G = 41.46%
B = 35.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#13221D (or 0x13221D) is known color: Dark Green. HEX triplet: 13, 22 and 1D. RGB value is (19,34,29). Sum of RGB (Red+Green+Blue) = 19+34+29=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 34 - color contains mainly: green. Hex color #13221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13221D is #ECDDE2. Grayscale: #1C1C1C. Windows color (decimal): -15523299 or 1909267. OLE color: 1909267.

HSL color Cylindrical-coordinate representation of color #13221D: hue angle of 160º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #13221D is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 34 29 -
CMYK 0.44 0 0.15 0.87
HSL 160º 0.28% 0.1% -
HSV(B) 160º 0.44% 0.13% -
XYZ 1.06 1.37 1.37 -
YUV 28.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 19 34 29 0.44 0 0.15 0.87 160 0.28 0.1
Hex 13 22 1D 2C 0 F 57 A0 1C A
Octal 23 42 35 54 0 17 127 240 34 12
Binary 10011 100010 11101 101100 0 1111 1010111 10100000 11100 1010

Color Harmonies of #13221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13221D

Black with #13221D

Text Example


Text Example

White with #13221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13221D; }

 p { color: rgb(19,34,29); }

 H1.HeaderClassName
 {
   color: #13221D;
 }
 .AnyTagClassName
 {
   color: #13221D;
 }
</style>

background-color css

<style>
 a { background-color: #13221D; }

 a { background-color: rgb(19,34,29); }

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

border-color css

<style>
 span { border-color: #13221D; }

 span { border-color: rgb(19,34,29); }

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