#17261E

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

Shades of Cardin Green #17261E

Tints of Cardin Green #17261E

Color information

#17261E (or 0x17261E) is unknown color: approx Cardin Green. HEX triplet: 17, 26 and 1E. RGB value is (23,38,30). Sum of RGB (Red+Green+Blue) = 23+38+30=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #17261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17261E is #E8D9E1. Grayscale: #202020. Windows color (decimal): -15260130 or 1975831. OLE color: 1975831.

HSL color Cylindrical-coordinate representation of color #17261E: hue angle of 148º 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 #17261E is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB233830-
CMYK0.3900.210.85
HSL148º24.59%11.96%-
HSV(B)148º39.47%14.9%-
XYZ1.281.661.48-
YUV32.6126.53121.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 25.27%
GREEN value IS 38 (15.23% from 255) = 41.76%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=25.27%
G=41.76%
B=32.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2338300.3900.210.8514824.5911.96
Hex17261E27015559419c
Octal274636470251252243114
Binary1011110011011110100111010101101010110010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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