#17271F

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

Shades of Cardin Green #17271F

Tints of Cardin Green #17271F

Color information

#17271F (or 0x17271F) is unknown color: approx Cardin Green. HEX triplet: 17, 27 and 1F. RGB value is (23,39,31). Sum of RGB (Red+Green+Blue) = 23+39+31=93 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.73% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #17271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17271F is #E8D8E0. Grayscale: #212121. Windows color (decimal): -15259873 or 2041623. OLE color: 2041623.

HSL color Cylindrical-coordinate representation of color #17271F: hue angle of 150º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #17271F is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB233931-
CMYK0.4100.210.85
HSL150º25.81%12.16%-
HSV(B)150º41.03%15.29%-
XYZ1.331.731.56-
YUV33.3126.7120.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 24.73%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=24.73%
G=41.94%
B=33.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2339310.4100.210.8515025.8112.16
Hex17271F2901555961ac
Octal274737510251252263214
Binary1011110011111111101001010101101010110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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