#17281E

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

Shades of Cardin Green #17281E

Tints of Cardin Green #17281E

Color information

#17281E (or 0x17281E) is unknown color: approx Cardin Green. HEX triplet: 17, 28 and 1E. RGB value is (23,40,30). Sum of RGB (Red+Green+Blue) = 23+40+30=93 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.73% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #17281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17281E is #E8D7E1. Grayscale: #212121. Windows color (decimal): -15259618 or 1976343. OLE color: 1976343.

HSL color Cylindrical-coordinate representation of color #17281E: hue angle of 144.71º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #17281E is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB234030-
CMYK0.4300.250.84
HSL144.71º26.98%12.35%-
HSV(B)144.71º42.5%15.69%-
XYZ1.351.791.5-
YUV33.78125.87120.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.73%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=24.73%
G=43.01%
B=32.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2340300.4300.250.84144.7126.9812.35
Hex17281E2B01954911bc
Octal275036530311242213314
Binary1011110100011110101011011001101010010010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17281E; }

 p { color: rgb(23,40,30); }

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

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

 a { background-color: rgb(23,40,30); }

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

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

 span { border-color: rgb(23,40,30); }

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