#132C1E

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

Shades of Cardin Green #132C1E

Tints of Cardin Green #132C1E

Color information

#132C1E (or 0x132C1E) is unknown color: approx Cardin Green. HEX triplet: 13, 2C and 1E. RGB value is (19,44,30). Sum of RGB (Red+Green+Blue) = 19+44+30=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #132C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C1E is #ECD3E1. Grayscale: #222222. Windows color (decimal): -15520738 or 1977363. OLE color: 1977363.

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

Color convert

RGB194430-
CMYK0.5700.320.83
HSL146.4º39.68%12.35%-
HSV(B)146.4º56.82%17.25%-
XYZ1.42.031.55-
YUV34.93125.22116.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 44 (17.58% from 255) = 47.31%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=20.43%
G=47.31%
B=32.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1944300.5700.320.83146.439.6812.35
Hex132C1E39020539228c
Octal235436710401232225014
Binary100111011001111011100101000001010011100100101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,44,30); }

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

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

 a { background-color: rgb(19,44,30); }

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

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

 span { border-color: rgb(19,44,30); }

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