#132B1D

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

Shades of Cardin Green #132B1D

Tints of Cardin Green #132B1D

Color information

#132B1D (or 0x132B1D) is unknown color: approx Cardin Green. HEX triplet: 13, 2B and 1D. RGB value is (19,43,29). Sum of RGB (Red+Green+Blue) = 19+43+29=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #132B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B1D is #ECD4E2. Grayscale: #222222. Windows color (decimal): -15520995 or 1911571. OLE color: 1911571.

HSL color Cylindrical-coordinate representation of color #132B1D: hue angle of 145º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B1D is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.83.

Color convert

RGB194329-
CMYK0.5600.330.83
HSL145º38.71%12.16%-
HSV(B)145º55.81%16.86%-
XYZ1.351.951.47-
YUV34.23125.05117.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 43 (17.19% from 255) = 47.25%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=20.88%
G=47.25%
B=31.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943290.5600.330.8314538.7112.16
Hex132B1D38021539127c
Octal235335700411232214714
Binary100111010111110111100001000011010011100100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,43,29); }

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

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

 a { background-color: rgb(19,43,29); }

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

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

 span { border-color: rgb(19,43,29); }

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