#203028

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

Shades of Cardin Green #203028

Tints of Cardin Green #203028

Color information

#203028 (or 0x203028) is unknown color: approx Cardin Green. HEX triplet: 20, 30 and 28. RGB value is (32,48,40). Sum of RGB (Red+Green+Blue) = 32+48+40=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #203028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203028 is #DFCFD7. Grayscale: #2A2A2A. Windows color (decimal): -14667736 or 2633760. OLE color: 2633760.

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

Color convert

RGB324840-
CMYK0.3300.170.81
HSL150º20%15.69%-
HSV(B)150º33.33%18.82%-
XYZ2.042.572.4-
YUV42.3126.7120.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.67%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=26.67%
G=40%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3248400.3300.170.811502015.69
Hex2030282101151961410
Octal406050410211212262420
Binary1000001100001010001000010100011010001100101101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203028; }

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

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

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

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

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

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

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

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