#17281F

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

Shades of Cardin Green #17281F

Tints of Cardin Green #17281F

Color information

#17281F (or 0x17281F) is unknown color: approx Cardin Green. HEX triplet: 17, 28 and 1F. RGB value is (23,40,31). Sum of RGB (Red+Green+Blue) = 23+40+31=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #17281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17281F is #E8D7E0. Grayscale: #212121. Windows color (decimal): -15259617 or 2041879. OLE color: 2041879.

HSL color Cylindrical-coordinate representation of color #17281F: hue angle of 148.24º 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 #17281F is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB234031-
CMYK0.4300.220.84
HSL148.24º26.98%12.35%-
HSV(B)148.24º42.5%15.69%-
XYZ1.361.81.57-
YUV33.89126.37120.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.47%
GREEN value IS 40 (16.02% from 255) = 42.55%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=24.47%
G=42.55%
B=32.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2340310.4300.220.84148.2426.9812.35
Hex17281F2B01654941bc
Octal275037530261242243314
Binary1011110100011111101011010110101010010010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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