#17261F

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

Shades of Cardin Green #17261F

Tints of Cardin Green #17261F

Color information

#17261F (or 0x17261F) is unknown color: approx Cardin Green. HEX triplet: 17, 26 and 1F. RGB value is (23,38,31). Sum of RGB (Red+Green+Blue) = 23+38+31=92 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #17261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17261F is #E8D9E0. Grayscale: #202020. Windows color (decimal): -15260129 or 2041367. OLE color: 2041367.

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

Color convert

RGB233831-
CMYK0.3900.180.85
HSL152º24.59%11.96%-
HSV(B)152º39.47%14.9%-
XYZ1.291.671.55-
YUV32.72127.03121.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=25%
G=41.30%
B=33.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2338310.3900.180.8515224.5911.96
Hex17261F27012559819c
Octal274637470221252303114
Binary1011110011011111100111010010101010110011000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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