#2DC792

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

Shades of Shamrock #2DC792

Tints of Shamrock #2DC792

Color information

#2DC792 (or 0x2DC792) is unknown color: approx Shamrock. HEX triplet: 2D, C7 and 92. RGB value is (45,199,146). Sum of RGB (Red+Green+Blue) = 45+199+146=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC792 is #D2386D. Grayscale: #929292. Windows color (decimal): -13777006 or 9619245. OLE color: 9619245.

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

Color convert

RGB45199146-
CMYK0.7700.270.22
HSL159.35º63.11%47.84%-
HSV(B)159.35º77.39%78.04%-
XYZ26.6943.4834.18-
YUV146.91127.4855.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.54%
GREEN value IS 199 (78.12% from 255) = 51.03%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=11.54%
G=51.03%
B=37.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451991460.7700.270.22159.3563.1147.84
Hex2DC7924D01B169f3f30
Octal55307222115033262377760
Binary101101110001111001001010011010110111011010011111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,199,146); }

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

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

 a { background-color: rgb(45,199,146); }

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

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

 span { border-color: rgb(45,199,146); }

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