#2BD490

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

Shades of Shamrock #2BD490

Tints of Shamrock #2BD490

Color information

#2BD490 (or 0x2BD490) is unknown color: approx Shamrock. HEX triplet: 2B, D4 and 90. RGB value is (43,212,144). Sum of RGB (Red+Green+Blue) = 43+212+144=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD490 is #D42B6F. Grayscale: #999999. Windows color (decimal): -13904752 or 9491499. OLE color: 9491499.

HSL color Cylindrical-coordinate representation of color #2BD490: hue angle of 155.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD490 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB43212144-
CMYK0.8000.320.17
HSL155.86º66.27%50%-
HSV(B)155.86º79.72%83.14%-
XYZ29.5749.6134.4-
YUV153.72122.5149.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.78%
GREEN value IS 212 (83.20% from 255) = 53.13%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=10.78%
G=53.13%
B=36.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal432121440.8000.320.17155.8666.2750
Hex2BD49050020119c4232
Octal533242201200402123410262
Binary10101111010100100100001010000010000010001100111001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,212,144); }

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

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

 a { background-color: rgb(43,212,144); }

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

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

 span { border-color: rgb(43,212,144); }

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