#173A2A

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

Shades of Cardin Green #173A2A

Tints of Cardin Green #173A2A

Color information

#173A2A (or 0x173A2A) is unknown color: approx Cardin Green. HEX triplet: 17, 3A and 2A. RGB value is (23,58,42). Sum of RGB (Red+Green+Blue) = 23+58+42=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #173A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A2A is #E8C5D5. Grayscale: #2D2D2D. Windows color (decimal): -15254998 or 2767383. OLE color: 2767383.

HSL color Cylindrical-coordinate representation of color #173A2A: hue angle of 152.57º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173A2A is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB235842-
CMYK0.6000.280.77
HSL152.57º43.21%15.88%-
HSV(B)152.57º60.34%22.75%-
XYZ2.283.382.72-
YUV45.71125.9111.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.70%
GREEN value IS 58 (23.05% from 255) = 47.15%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=18.70%
G=47.15%
B=34.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2358420.6000.280.77152.5743.2115.88
Hex173A2A3C01C4D992b10
Octal277252740341152315320
Binary1011111101010101011110001110010011011001100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #173A2A; }

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

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

<style>
 a { background-color: #173A2A; }

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

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

<style>
 span { border-color: #173A2A; }

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

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