#202E27

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

Shades of Cardin Green #202E27

Tints of Cardin Green #202E27

Color information

#202E27 (or 0x202E27) is unknown color: approx Cardin Green. HEX triplet: 20, 2E and 27. RGB value is (32,46,39). Sum of RGB (Red+Green+Blue) = 32+46+39=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 46 - color contains mainly: green. Hex color #202E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E27 is #DFD1D8. Grayscale: #292929. Windows color (decimal): -14668249 or 2567712. OLE color: 2567712.

HSL color Cylindrical-coordinate representation of color #202E27: hue angle of 150º 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 #202E27 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB324639-
CMYK0.3000.150.82
HSL150º17.95%15.29%-
HSV(B)150º30.43%18.04%-
XYZ1.942.412.28-
YUV41.02126.86121.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.35%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=27.35%
G=39.32%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3246390.3000.150.8215017.9515.29
Hex202E271E0F529612f
Octal405647360171222262217
Binary1000001011101001111111001111101001010010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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