#203329

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

Shades of Cardin Green #203329

Tints of Cardin Green #203329

Color information

#203329 (or 0x203329) is unknown color: approx Cardin Green. HEX triplet: 20, 33 and 29. RGB value is (32,51,41). Sum of RGB (Red+Green+Blue) = 32+51+41=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #203329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203329 is #DFCCD6. Grayscale: #2C2C2C. Windows color (decimal): -14666967 or 2700064. OLE color: 2700064.

HSL color Cylindrical-coordinate representation of color #203329: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203329 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB325141-
CMYK0.3700.200.8
HSL148.42º22.89%16.27%-
HSV(B)148.42º37.25%20%-
XYZ2.182.832.53-
YUV44.18126.21119.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.81%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=25.81%
G=41.13%
B=33.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251410.3700.200.8148.4222.8916.27
Hex2033292501450941710
Octal406351450241202242720
Binary1000001100111010011001010101001010000100101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203329; }

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

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

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

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

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

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

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

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