#19392A

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

Shades of Cardin Green #19392A

Tints of Cardin Green #19392A

Color information

#19392A (or 0x19392A) is unknown color: approx Cardin Green. HEX triplet: 19, 39 and 2A. RGB value is (25,57,42). Sum of RGB (Red+Green+Blue) = 25+57+42=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #19392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19392A is #E6C6D5. Grayscale: #2D2D2D. Windows color (decimal): -15124182 or 2767129. OLE color: 2767129.

HSL color Cylindrical-coordinate representation of color #19392A: hue angle of 151.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #19392A is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB255742-
CMYK0.5600.260.78
HSL151.88º39.02%16.08%-
HSV(B)151.88º56.14%22.35%-
XYZ2.283.32.71-
YUV45.72125.9113.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 57 (22.66% from 255) = 45.97%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=20.16%
G=45.97%
B=33.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2557420.5600.260.78151.8839.0216.08
Hex19392A3801A4E982710
Octal317152700321162304720
Binary1100111100110101011100001101010011101001100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19392A; }

 p { color: rgb(25,57,42); }

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

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

 a { background-color: rgb(25,57,42); }

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

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

 span { border-color: rgb(25,57,42); }

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