#17392B

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

Shades of Cardin Green #17392B

Tints of Cardin Green #17392B

Color information

#17392B (or 0x17392B) is unknown color: approx Cardin Green. HEX triplet: 17, 39 and 2B. RGB value is (23,57,43). Sum of RGB (Red+Green+Blue) = 23+57+43=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #17392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17392B is #E8C6D4. Grayscale: #2D2D2D. Windows color (decimal): -15255253 or 2832663. OLE color: 2832663.

HSL color Cylindrical-coordinate representation of color #17392B: hue angle of 155.29º 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 #17392B is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB235743-
CMYK0.6000.250.78
HSL155.29º42.5%15.69%-
HSV(B)155.29º59.65%22.35%-
XYZ2.253.282.8-
YUV45.24126.74112.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.70%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=18.70%
G=46.34%
B=34.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2357430.6000.250.78155.2942.515.69
Hex17392B3C0194E9b2a10
Octal277153740311162335220
Binary1011111100110101111110001100110011101001101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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