#17221E

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

Shades of Cardin Green #17221E

Tints of Cardin Green #17221E

Color information

#17221E (or 0x17221E) is unknown color: approx Cardin Green. HEX triplet: 17, 22 and 1E. RGB value is (23,34,30). Sum of RGB (Red+Green+Blue) = 23+34+30=87 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.44% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 34 - color contains mainly: green. Hex color #17221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17221E is #E8DDE1. Grayscale: #1E1E1E. Windows color (decimal): -15261154 or 1974807. OLE color: 1974807.

HSL color Cylindrical-coordinate representation of color #17221E: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #17221E is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB233430-
CMYK0.3200.120.87
HSL158.18º19.3%11.18%-
HSV(B)158.18º32.35%13.33%-
XYZ1.161.421.44-
YUV30.25127.86122.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 26.44%
GREEN value IS 34 (13.67% from 255) = 39.08%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=26.44%
G=39.08%
B=34.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2334300.3200.120.87158.1819.311.18
Hex17221E200C579e13b
Octal274236400141272362313
Binary101111000101111010000001100101011110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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