#132D1F

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

Shades of Cardin Green #132D1F

Tints of Cardin Green #132D1F

Color information

#132D1F (or 0x132D1F) is unknown color: approx Cardin Green. HEX triplet: 13, 2D and 1F. RGB value is (19,45,31). Sum of RGB (Red+Green+Blue) = 19+45+31=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #132D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D1F is #ECD2E0. Grayscale: #232323. Windows color (decimal): -15520481 or 2043155. OLE color: 2043155.

HSL color Cylindrical-coordinate representation of color #132D1F: hue angle of 147.69º 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 #132D1F is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.

Color convert

RGB194531-
CMYK0.5800.310.82
HSL147.69º40.62%12.55%-
HSV(B)147.69º57.78%17.65%-
XYZ1.452.111.63-
YUV35.63125.39116.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 45 (17.97% from 255) = 47.37%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=20%
G=47.37%
B=32.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1945310.5800.310.82147.6940.6212.55
Hex132D1F3A01F529429d
Octal235537720371222245115
Binary10011101101111111110100111111010010100101001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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