#17382C

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

Shades of Cardin Green #17382C

Tints of Cardin Green #17382C

Color information

#17382C (or 0x17382C) is unknown color: approx Cardin Green. HEX triplet: 17, 38 and 2C. RGB value is (23,56,44). Sum of RGB (Red+Green+Blue) = 23+56+44=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #17382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17382C is #E8C7D3. Grayscale: #2C2C2C. Windows color (decimal): -15255508 or 2897943. OLE color: 2897943.

HSL color Cylindrical-coordinate representation of color #17382C: hue angle of 158.18º 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 #17382C is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB235644-
CMYK0.5900.210.78
HSL158.18º41.77%15.49%-
HSV(B)158.18º58.93%21.96%-
XYZ2.223.192.88-
YUV44.76127.57112.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.70%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=18.70%
G=45.53%
B=35.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2356440.5900.210.78158.1841.7715.49
Hex17382C3B0154E9e2af
Octal277054730251162365217
Binary101111110001011001110110101011001110100111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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