#17392C

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

Shades of Cardin Green #17392C

Tints of Cardin Green #17392C

Color information

#17392C (or 0x17392C) is unknown color: approx Cardin Green. HEX triplet: 17, 39 and 2C. RGB value is (23,57,44). Sum of RGB (Red+Green+Blue) = 23+57+44=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #17392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17392C is #E8C6D3. Grayscale: #2D2D2D. Windows color (decimal): -15255252 or 2898199. OLE color: 2898199.

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

Color convert

RGB235744-
CMYK0.6000.230.78
HSL157.06º42.5%15.69%-
HSV(B)157.06º59.65%22.35%-
XYZ2.273.292.9-
YUV45.35127.24112.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 57 (22.66% from 255) = 45.97%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=18.55%
G=45.97%
B=35.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2357440.6000.230.78157.0642.515.69
Hex17392C3C0174E9d2a10
Octal277154740271162355220
Binary1011111100110110011110001011110011101001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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