Html Css Color HEX #13201C Dark Green

📋 copy color: '#13201C'

red 19 ◦ green 32 ◦ blue 28

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

Shades of Dark Green #13201C

Tints of Dark Green #13201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 40.51%

 BLUE value IS 28 (11.33% from 255) = 35.44%

R = 24.05%
G = 40.51%
B = 35.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#13201C (or 0x13201C) is known color: Dark Green. HEX triplet: 13, 20 and 1C. RGB value is (19,32,28). Sum of RGB (Red+Green+Blue) = 19+32+28=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #13201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201C is #ECDFE3. Grayscale: #1B1B1B. Windows color (decimal): -15523812 or 1843219. OLE color: 1843219.

HSL color Cylindrical-coordinate representation of color #13201C: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #13201C is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 28 -
CMYK 0.41 0 0.12 0.87
HSL 161.54º 0.25% 0.1% -
HSV(B) 161.54º 0.41% 0.13% -
XYZ 0.99 1.26 1.29 -
YUV 27.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 19 32 28 0.41 0 0.12 0.87 161.54 0.25 0.1
Hex 13 20 1C 29 0 C 57 A2 19 A
Octal 23 40 34 51 0 14 127 242 31 12
Binary 10011 100000 11100 101001 0 1100 1010111 10100010 11001 1010

Color Harmonies of #13201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13201C

Black with #13201C

Text Example


Text Example

White with #13201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13201C; }

 p { color: rgb(19,32,28); }

 H1.HeaderClassName
 {
   color: #13201C;
 }
 .AnyTagClassName
 {
   color: #13201C;
 }
</style>

background-color css

<style>
 a { background-color: #13201C; }

 a { background-color: rgb(19,32,28); }

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

border-color css

<style>
 span { border-color: #13201C; }

 span { border-color: rgb(19,32,28); }

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