Html Css Color HEX #13201A Cardin Green

📋 copy color: '#13201A'

red 19 ◦ green 32 ◦ blue 26

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

Shades of Cardin Green #13201A

Tints of Cardin Green #13201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 33.77%

R = 24.68%
G = 41.56%
B = 33.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.87

RGB Variations

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

Color information

#13201A (or 0x13201A) is known color: Cardin Green. HEX triplet: 13, 20 and 1A. RGB value is (19,32,26). Sum of RGB (Red+Green+Blue) = 19+32+26=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #13201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201A is #ECDFE5. Grayscale: #1B1B1B. Windows color (decimal): -15523814 or 1712147. OLE color: 1712147.

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

Color convert

RGB 19 32 26 -
CMYK 0.41 0 0.19 0.87
HSL 152.31º 0.25% 0.1% -
HSV(B) 152.31º 0.41% 0.13% -
XYZ 0.97 1.25 1.17 -
YUV 27.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 19 32 26 0.41 0 0.19 0.87 152.31 0.25 0.1
Hex 13 20 1A 29 0 13 57 98 19 A
Octal 23 40 32 51 0 23 127 230 31 12
Binary 10011 100000 11010 101001 0 10011 1010111 10011000 11001 1010

Color Harmonies of #13201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13201A

Black with #13201A

Text Example


Text Example

White with #13201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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