#19382A

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

Shades of Cardin Green #19382A

Tints of Cardin Green #19382A

Color information

#19382A (or 0x19382A) is unknown color: approx Cardin Green. HEX triplet: 19, 38 and 2A. RGB value is (25,56,42). Sum of RGB (Red+Green+Blue) = 25+56+42=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #19382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19382A is #E6C7D5. Grayscale: #2D2D2D. Windows color (decimal): -15124438 or 2766873. OLE color: 2766873.

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

Color convert

RGB255642-
CMYK0.5500.250.78
HSL152.9º38.27%15.88%-
HSV(B)152.9º55.36%21.96%-
XYZ2.233.22.69-
YUV45.14126.23113.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=20.33%
G=45.53%
B=34.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2556420.5500.250.78152.938.2715.88
Hex19382A370194E992610
Octal317052670311162314620
Binary1100111100010101011011101100110011101001100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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