#13291E

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

Shades of Cardin Green #13291E

Tints of Cardin Green #13291E

Color information

#13291E (or 0x13291E) is unknown color: approx Cardin Green. HEX triplet: 13, 29 and 1E. RGB value is (19,41,30). Sum of RGB (Red+Green+Blue) = 19+41+30=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 41 - color contains mainly: green. Hex color #13291E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13291E is #ECD6E1. Grayscale: #212121. Windows color (decimal): -15521506 or 1976595. OLE color: 1976595.

HSL color Cylindrical-coordinate representation of color #13291E: hue angle of 150º 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 #13291E is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB194130-
CMYK0.5400.270.84
HSL150º36.67%11.76%-
HSV(B)150º53.66%16.08%-
XYZ1.31.821.51-
YUV33.17126.21117.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 41 (16.41% from 255) = 45.56%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=21.11%
G=45.56%
B=33.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941300.5400.270.8415036.6711.76
Hex13291E3601B549625c
Octal235136660331242264514
Binary10011101001111101101100110111010100100101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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