#2DF692

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

Shades of Shamrock #2DF692

Tints of Shamrock #2DF692

Color information

#2DF692 (or 0x2DF692) is unknown color: approx Shamrock. HEX triplet: 2D, F6 and 92. RGB value is (45,246,146). Sum of RGB (Red+Green+Blue) = 45+246+146=437 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.30% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF692 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF692 is #D2096D. Grayscale: #AEAEAE. Windows color (decimal): -13764974 or 9631277. OLE color: 9631277.

HSL color Cylindrical-coordinate representation of color #2DF692: hue angle of 150.15º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF692 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB45246146-
CMYK0.8200.410.04
HSL150.15º91.78%57.06%-
HSV(B)150.15º81.71%96.47%-
XYZ39.2368.5438.36-
YUV174.5111.9135.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.30%
GREEN value IS 246 (96.48% from 255) = 56.29%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=10.30%
G=56.29%
B=33.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal452461460.8200.410.04150.1591.7857.06
Hex2DF692520294965c39
Octal55366222122051422613471
Binary101101111101101001001010100100101001100100101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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