#17382A

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

Shades of Cardin Green #17382A

Tints of Cardin Green #17382A

Color information

#17382A (or 0x17382A) is unknown color: approx Cardin Green. HEX triplet: 17, 38 and 2A. RGB value is (23,56,42). Sum of RGB (Red+Green+Blue) = 23+56+42=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #17382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17382A is #E8C7D5. Grayscale: #2C2C2C. Windows color (decimal): -15255510 or 2766871. OLE color: 2766871.

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

Color convert

RGB235642-
CMYK0.5900.250.78
HSL154.55º41.77%15.49%-
HSV(B)154.55º58.93%21.96%-
XYZ2.193.182.69-
YUV44.54126.57112.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=19.01%
G=46.28%
B=34.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2356420.5900.250.78154.5541.7715.49
Hex17382A3B0194E9b2af
Octal277052730311162335217
Binary101111110001010101110110110011001110100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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