#13231C

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

Shades of Cardin Green #13231C

Tints of Cardin Green #13231C

Color information

#13231C (or 0x13231C) is unknown color: approx Cardin Green. HEX triplet: 13, 23 and 1C. RGB value is (19,35,28). Sum of RGB (Red+Green+Blue) = 19+35+28=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #13231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13231C is #ECDCE3. Grayscale: #1D1D1D. Windows color (decimal): -15523044 or 1843987. OLE color: 1843987.

HSL color Cylindrical-coordinate representation of color #13231C: hue angle of 153.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #13231C is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB193528-
CMYK0.4600.200.86
HSL153.75º29.63%10.59%-
HSV(B)153.75º45.71%13.73%-
XYZ1.081.421.32-
YUV29.42127.2120.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 35 (14.06% from 255) = 42.68%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=23.17%
G=42.68%
B=34.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935280.4600.200.86153.7529.6310.59
Hex13231C2E014569a1eb
Octal234334560241262323613
Binary1001110001111100101110010100101011010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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