#132A1F

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

Shades of Cardin Green #132A1F

Tints of Cardin Green #132A1F

Color information

#132A1F (or 0x132A1F) is unknown color: approx Cardin Green. HEX triplet: 13, 2A and 1F. RGB value is (19,42,31). Sum of RGB (Red+Green+Blue) = 19+42+31=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 42 (16.80% from 255 or 45.65% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 42 - color contains mainly: green. Hex color #132A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A1F is #ECD5E0. Grayscale: #212121. Windows color (decimal): -15521249 or 2042387. OLE color: 2042387.

HSL color Cylindrical-coordinate representation of color #132A1F: hue angle of 151.3º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132A1F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.

Color convert

RGB194231-
CMYK0.5500.260.84
HSL151.3º37.7%11.96%-
HSV(B)151.3º54.76%16.47%-
XYZ1.341.891.59-
YUV33.87126.38117.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 42 (16.80% from 255) = 45.65%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=20.65%
G=45.65%
B=33.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942310.5500.260.84151.337.711.96
Hex132A1F3701A549726c
Octal235237670321242274614
Binary10011101010111111101110110101010100100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,31); }

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

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

 a { background-color: rgb(19,42,31); }

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

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

 span { border-color: rgb(19,42,31); }

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