#13291C

Color #13291C Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #13291C

Tints of Cardin Green #13291C

Color information

#13291C (or 0x13291C) is unknown color: approx Cardin Green. HEX triplet: 13, 29 and 1C. RGB value is (19,41,28). Sum of RGB (Red+Green+Blue) = 19+41+28=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 41 - color contains mainly: green. Hex color #13291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13291C is #ECD6E3. Grayscale: #202020. Windows color (decimal): -15521508 or 1845523. OLE color: 1845523.

HSL color Cylindrical-coordinate representation of color #13291C: hue angle of 144.55º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #13291C is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB194128-
CMYK0.5400.320.84
HSL144.55º36.67%11.76%-
HSV(B)144.55º53.66%16.08%-
XYZ1.271.811.38-
YUV32.94125.21118.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 41 (16.41% from 255) = 46.59%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=21.59%
G=46.59%
B=31.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941280.5400.320.84144.5536.6711.76
Hex13291C36020549125c
Octal235134660401242214514
Binary100111010011110011011001000001010100100100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13291C;
 }
 .AnyTagClassName
 {
   color: #13291C;
 }
</style>
background-color css

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

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

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

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

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

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