#172920

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

Shades of Cardin Green #172920

Tints of Cardin Green #172920

Color information

#172920 (or 0x172920) is unknown color: approx Cardin Green. HEX triplet: 17, 29 and 20. RGB value is (23,41,32). Sum of RGB (Red+Green+Blue) = 23+41+32=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #172920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172920 is #E8D6DF. Grayscale: #222222. Windows color (decimal): -15259360 or 2107671. OLE color: 2107671.

HSL color Cylindrical-coordinate representation of color #172920: hue angle of 150º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #172920 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB234132-
CMYK0.4400.220.84
HSL150º28.12%12.55%-
HSV(B)150º43.9%16.08%-
XYZ1.411.871.65-
YUV34.59126.54119.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 23.96%
GREEN value IS 41 (16.41% from 255) = 42.71%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=23.96%
G=42.71%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2341320.4400.220.8415028.1212.55
Hex1729202C01654961cd
Octal275140540261242263415
Binary10111101001100000101100010110101010010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172920; }

 p { color: rgb(23,41,32); }

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

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

 a { background-color: rgb(23,41,32); }

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

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

 span { border-color: rgb(23,41,32); }

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