#203129

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

Shades of Cardin Green #203129

Tints of Cardin Green #203129

Color information

#203129 (or 0x203129) is unknown color: approx Cardin Green. HEX triplet: 20, 31 and 29. RGB value is (32,49,41). Sum of RGB (Red+Green+Blue) = 32+49+41=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #203129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203129 is #DFCED6. Grayscale: #2B2B2B. Windows color (decimal): -14667479 or 2699552. OLE color: 2699552.

HSL color Cylindrical-coordinate representation of color #203129: hue angle of 151.76º 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 #203129 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB324941-
CMYK0.3500.160.81
HSL151.76º20.99%15.88%-
HSV(B)151.76º34.69%19.22%-
XYZ2.092.662.5-
YUV43126.87120.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.23%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=26.23%
G=40.16%
B=33.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3249410.3500.160.81151.7620.9915.88
Hex2031292301051981510
Octal406151430201212302520
Binary1000001100011010011000110100001010001100110001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203129; }

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

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

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

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

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

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

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

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