#2DCB89

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

Shades of Shamrock #2DCB89

Tints of Shamrock #2DCB89

Color information

#2DCB89 (or 0x2DCB89) is unknown color: approx Shamrock. HEX triplet: 2D, CB and 89. RGB value is (45,203,137). Sum of RGB (Red+Green+Blue) = 45+203+137=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCB89 is #D23476. Grayscale: #949494. Windows color (decimal): -13775991 or 9030445. OLE color: 9030445.

HSL color Cylindrical-coordinate representation of color #2DCB89: hue angle of 154.94º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCB89 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB45203137-
CMYK0.7800.330.20
HSL154.94º63.71%48.63%-
HSV(B)154.94º77.83%79.61%-
XYZ26.9545.0830.95-
YUV148.23121.6554.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.69%
GREEN value IS 203 (79.69% from 255) = 52.73%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=11.69%
G=52.73%
B=35.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal452031370.7800.330.20154.9463.7148.63
Hex2DCB894E021149b4031
Octal553132111160412423310061
Binary10110111001011100010011001110010000110100100110111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,203,137); }

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

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

 a { background-color: rgb(45,203,137); }

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

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

 span { border-color: rgb(45,203,137); }

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