#193429

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

Shades of Cardin Green #193429

Tints of Cardin Green #193429

Color information

#193429 (or 0x193429) is unknown color: approx Cardin Green. HEX triplet: 19, 34 and 29. RGB value is (25,52,41). Sum of RGB (Red+Green+Blue) = 25+52+41=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #193429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193429 is #E6CBD6. Grayscale: #2A2A2A. Windows color (decimal): -15125463 or 2700313. OLE color: 2700313.

HSL color Cylindrical-coordinate representation of color #193429: hue angle of 155.56º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193429 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB255241-
CMYK0.5200.210.80
HSL155.56º35.06%15.1%-
HSV(B)155.56º51.92%20.39%-
XYZ2.032.822.54-
YUV42.67127.05115.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=21.19%
G=44.07%
B=34.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552410.5200.210.80155.5635.0615.1
Hex19342934015509c23f
Octal316451640251202344317
Binary110011101001010011101000101011010000100111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193429; }

 p { color: rgb(25,52,41); }

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

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

 a { background-color: rgb(25,52,41); }

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

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

 span { border-color: rgb(25,52,41); }

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