#203128

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

Shades of Cardin Green #203128

Tints of Cardin Green #203128

Color information

#203128 (or 0x203128) is unknown color: approx Cardin Green. HEX triplet: 20, 31 and 28. RGB value is (32,49,40). Sum of RGB (Red+Green+Blue) = 32+49+40=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #203128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203128 is #DFCED7. Grayscale: #2A2A2A. Windows color (decimal): -14667480 or 2634016. OLE color: 2634016.

HSL color Cylindrical-coordinate representation of color #203128: hue angle of 148.24º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #203128 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB324940-
CMYK0.3500.180.81
HSL148.24º20.99%15.88%-
HSV(B)148.24º34.69%19.22%-
XYZ2.082.662.41-
YUV42.89126.37120.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.45%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=26.45%
G=40.50%
B=33.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249400.3500.180.81148.2420.9915.88
Hex2031282301251941510
Octal406150430221212242520
Binary1000001100011010001000110100101010001100101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203128; }

 p { color: rgb(32,49,40); }

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

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

 a { background-color: rgb(32,49,40); }

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

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

 span { border-color: rgb(32,49,40); }

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