#17221D

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

Shades of Cardin Green #17221D

Tints of Cardin Green #17221D

Color information

#17221D (or 0x17221D) is unknown color: approx Cardin Green. HEX triplet: 17, 22 and 1D. RGB value is (23,34,29). Sum of RGB (Red+Green+Blue) = 23+34+29=86 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.74% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 34 - color contains mainly: green. Hex color #17221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17221D is #E8DDE2. Grayscale: #1E1E1E. Windows color (decimal): -15261155 or 1909271. OLE color: 1909271.

HSL color Cylindrical-coordinate representation of color #17221D: hue angle of 152.73º 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 #17221D is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB233429-
CMYK0.3200.150.87
HSL152.73º19.3%11.18%-
HSV(B)152.73º32.35%13.33%-
XYZ1.151.411.38-
YUV30.14127.36122.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 26.74%
GREEN value IS 34 (13.67% from 255) = 39.53%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=26.74%
G=39.53%
B=33.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2334290.3200.150.87152.7319.311.18
Hex17221D200F579913b
Octal274235400171272312313
Binary101111000101110110000001111101011110011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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