#202E28

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

Shades of Cardin Green #202E28

Tints of Cardin Green #202E28

Color information

#202E28 (or 0x202E28) is unknown color: approx Cardin Green. HEX triplet: 20, 2E and 28. RGB value is (32,46,40). Sum of RGB (Red+Green+Blue) = 32+46+40=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 46 - color contains mainly: green. Hex color #202E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E28 is #DFD1D7. Grayscale: #292929. Windows color (decimal): -14668248 or 2633248. OLE color: 2633248.

HSL color Cylindrical-coordinate representation of color #202E28: hue angle of 154.29º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #202E28 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB324640-
CMYK0.3000.130.82
HSL154.29º17.95%15.29%-
HSV(B)154.29º30.43%18.04%-
XYZ1.962.412.37-
YUV41.13127.36121.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.12%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=27.12%
G=38.98%
B=33.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3246400.3000.130.82154.2917.9515.29
Hex202E281E0D529a12f
Octal405650360151222322217
Binary1000001011101010001111001101101001010011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202E28; }

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

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

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

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

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

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

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

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