#132D20

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

Shades of Cardin Green #132D20

Tints of Cardin Green #132D20

Color information

#132D20 (or 0x132D20) is unknown color: approx Cardin Green. HEX triplet: 13, 2D and 20. RGB value is (19,45,32). Sum of RGB (Red+Green+Blue) = 19+45+32=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #132D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D20 is #ECD2DF. Grayscale: #232323. Windows color (decimal): -15520480 or 2108691. OLE color: 2108691.

HSL color Cylindrical-coordinate representation of color #132D20: hue angle of 150º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D20 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.

Color convert

RGB194532-
CMYK0.5800.290.82
HSL150º40.62%12.55%-
HSV(B)150º57.78%17.65%-
XYZ1.472.121.7-
YUV35.74125.89116.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 45 (17.97% from 255) = 46.88%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=19.79%
G=46.88%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1945320.5800.290.8215040.6212.55
Hex132D203A01D529629d
Octal235540720351222265115
Binary100111011011000001110100111011010010100101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132D20; }

 p { color: rgb(19,45,32); }

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

<style>
 a { background-color: #132D20; }

 a { background-color: rgb(19,45,32); }

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

<style>
 span { border-color: #132D20; }

 span { border-color: rgb(19,45,32); }

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