#19211D

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

Shades of Cardin Green #19211D

Tints of Cardin Green #19211D

Color information

#19211D (or 0x19211D) is unknown color: approx Cardin Green. HEX triplet: 19, 21 and 1D. RGB value is (25,33,29). Sum of RGB (Red+Green+Blue) = 25+33+29=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 33 - color contains mainly: green. Hex color #19211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19211D is #E6DEE2. Grayscale: #1E1E1E. Windows color (decimal): -15130339 or 1909017. OLE color: 1909017.

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

Color convert

RGB253329-
CMYK0.2400.120.87
HSL150º13.79%11.37%-
HSV(B)150º24.24%12.94%-
XYZ1.171.381.37-
YUV30.15127.35124.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.74%
GREEN value IS 33 (13.28% from 255) = 37.93%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=28.74%
G=37.93%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2533290.2400.120.8715013.7911.37
Hex19211D180C5796eb
Octal314135300141272261613
Binary1100110000111101110000110010101111001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,33,29); }

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

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

 a { background-color: rgb(25,33,29); }

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

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

 span { border-color: rgb(25,33,29); }

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