#2DC68F

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

Shades of Shamrock #2DC68F

Tints of Shamrock #2DC68F

Color information

#2DC68F (or 0x2DC68F) is unknown color: approx Shamrock. HEX triplet: 2D, C6 and 8F. RGB value is (45,198,143). Sum of RGB (Red+Green+Blue) = 45+198+143=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC68F is #D23970. Grayscale: #929292. Windows color (decimal): -13777265 or 9422381. OLE color: 9422381.

HSL color Cylindrical-coordinate representation of color #2DC68F: hue angle of 158.43º 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 #2DC68F is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB45198143-
CMYK0.7700.280.22
HSL158.43º62.96%47.65%-
HSV(B)158.43º77.27%77.65%-
XYZ26.2342.9332.89-
YUV145.98126.3155.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.66%
GREEN value IS 198 (77.73% from 255) = 51.30%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=11.66%
G=51.30%
B=37.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451981430.7700.280.22158.4362.9647.65
Hex2DC68F4D01C169e3f30
Octal55306217115034262367760
Binary101101110001101000111110011010111001011010011110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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