#13241D

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

Shades of Cardin Green #13241D

Tints of Cardin Green #13241D

Color information

#13241D (or 0x13241D) is unknown color: approx Cardin Green. HEX triplet: 13, 24 and 1D. RGB value is (19,36,29). Sum of RGB (Red+Green+Blue) = 19+36+29=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #13241D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13241D is #ECDBE2. Grayscale: #1E1E1E. Windows color (decimal): -15522787 or 1909779. OLE color: 1909779.

HSL color Cylindrical-coordinate representation of color #13241D: hue angle of 155.29º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #13241D is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB193629-
CMYK0.4700.190.86
HSL155.29º30.91%10.78%-
HSV(B)155.29º47.22%14.12%-
XYZ1.121.491.39-
YUV30.12127.37120.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 29 (11.72% from 255) = 34.52%
R=22.62%
G=42.86%
B=34.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936290.4700.190.86155.2930.9110.78
Hex13241D2F013569b1fb
Octal234435570231262333713
Binary1001110010011101101111010011101011010011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13241D; }

 p { color: rgb(19,36,29); }

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

<style>
 a { background-color: #13241D; }

 a { background-color: rgb(19,36,29); }

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

<style>
 span { border-color: #13241D; }

 span { border-color: rgb(19,36,29); }

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