#2DC69E

Color #2DC69E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2DC69E

Tints of Shamrock #2DC69E

Color information

#2DC69E (or 0x2DC69E) is unknown color: approx Shamrock. HEX triplet: 2D, C6 and 9E. RGB value is (45,198,158). Sum of RGB (Red+Green+Blue) = 45+198+158=401 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.22% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC69E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC69E is #D23961. Grayscale: #939393. Windows color (decimal): -13777250 or 10405421. OLE color: 10405421.

HSL color Cylindrical-coordinate representation of color #2DC69E: hue angle of 164.31º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC69E is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB45198158-
CMYK0.7700.200.22
HSL164.31º62.96%47.65%-
HSV(B)164.31º77.27%77.65%-
XYZ27.4543.4139.28-
YUV147.69133.8154.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.22%
GREEN value IS 198 (77.73% from 255) = 49.38%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=11.22%
G=49.38%
B=39.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451981580.7700.200.22164.3162.9647.65
Hex2DC69E4D01416a43f30
Octal55306236115024262447760
Binary101101110001101001111010011010101001011010100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DC69E; }

 p { color: rgb(45,198,158); }

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

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

 a { background-color: rgb(45,198,158); }

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

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

 span { border-color: rgb(45,198,158); }

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