Html Css Color HEX #13201B Dark Green

📋 copy color: '#13201B'

red 19 ◦ green 32 ◦ blue 27

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

Shades of Dark Green #13201B

Tints of Dark Green #13201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 34.62%

R = 24.36%
G = 41.03%
B = 34.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#13201B (or 0x13201B) is known color: Dark Green. HEX triplet: 13, 20 and 1B. RGB value is (19,32,27). Sum of RGB (Red+Green+Blue) = 19+32+27=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #13201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201B is #ECDFE4. Grayscale: #1B1B1B. Windows color (decimal): -15523813 or 1777683. OLE color: 1777683.

HSL color Cylindrical-coordinate representation of color #13201B: hue angle of 156.92º 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 #13201B is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 27 -
CMYK 0.41 0 0.16 0.87
HSL 156.92º 0.25% 0.1% -
HSV(B) 156.92º 0.41% 0.13% -
XYZ 0.98 1.25 1.23 -
YUV 27.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 19 32 27 0.41 0 0.16 0.87 156.92 0.25 0.1
Hex 13 20 1B 29 0 10 57 9D 19 A
Octal 23 40 33 51 0 20 127 235 31 12
Binary 10011 100000 11011 101001 0 10000 1010111 10011101 11001 1010

Color Harmonies of #13201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13201B

Black with #13201B

Text Example


Text Example

White with #13201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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