#132E24

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

Shades of Cardin Green #132E24

Tints of Cardin Green #132E24

Color information

#132E24 (or 0x132E24) is unknown color: approx Cardin Green. HEX triplet: 13, 2E and 24. RGB value is (19,46,36). Sum of RGB (Red+Green+Blue) = 19+46+36=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #132E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E24 is #ECD1DB. Grayscale: #242424. Windows color (decimal): -15520220 or 2371091. OLE color: 2371091.

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

Color convert

RGB194636-
CMYK0.5900.220.82
HSL157.78º41.54%12.75%-
HSV(B)157.78º58.7%18.04%-
XYZ1.562.222.02-
YUV36.79127.55115.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 46 (18.36% from 255) = 45.54%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=18.81%
G=45.54%
B=35.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946360.5900.220.82157.7841.5412.75
Hex132E243B016529e2ad
Octal235644730261222365215
Binary100111011101001001110110101101010010100111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,46,36); }

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

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

 a { background-color: rgb(19,46,36); }

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

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

 span { border-color: rgb(19,46,36); }

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