#31D284

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

Shades of Shamrock #31D284

Tints of Shamrock #31D284

Color information

#31D284 (or 0x31D284) is unknown color: approx Shamrock. HEX triplet: 31, D2 and 84. RGB value is (49,210,132). Sum of RGB (Red+Green+Blue) = 49+210+132=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #31D284 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D284 is #CE2D7B. Grayscale: #999999. Windows color (decimal): -13512060 or 8704561. OLE color: 8704561.

HSL color Cylindrical-coordinate representation of color #31D284: hue angle of 150.93º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D284 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB49210132-
CMYK0.7700.370.18
HSL150.93º64.14%50.78%-
HSV(B)150.93º76.67%82.35%-
XYZ28.4848.4129.67-
YUV152.97116.1653.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.53%
GREEN value IS 210 (82.42% from 255) = 53.71%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=12.53%
G=53.71%
B=33.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal492101320.7700.370.18150.9364.1450.78
Hex31D2844D02512974033
Octal613222041150452222710063
Binary11000111010010100001001001101010010110010100101111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31D284; }

 p { color: rgb(49,210,132); }

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

<style>
 a { background-color: #31D284; }

 a { background-color: rgb(49,210,132); }

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

<style>
 span { border-color: #31D284; }

 span { border-color: rgb(49,210,132); }

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