#17392A

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

Shades of Cardin Green #17392A

Tints of Cardin Green #17392A

Color information

#17392A (or 0x17392A) is unknown color: approx Cardin Green. HEX triplet: 17, 39 and 2A. RGB value is (23,57,42). Sum of RGB (Red+Green+Blue) = 23+57+42=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #17392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17392A is #E8C6D5. Grayscale: #2D2D2D. Windows color (decimal): -15255254 or 2767127. OLE color: 2767127.

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

Color convert

RGB235742-
CMYK0.6000.260.78
HSL153.53º42.5%15.69%-
HSV(B)153.53º59.65%22.35%-
XYZ2.233.282.7-
YUV45.12126.24112.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.85%
GREEN value IS 57 (22.66% from 255) = 46.72%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=18.85%
G=46.72%
B=34.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2357420.6000.260.78153.5342.515.69
Hex17392A3C01A4E9a2a10
Octal277152740321162325220
Binary1011111100110101011110001101010011101001101010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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