#2bf289

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

Shades of Shamrock #2BF289

Tints of Shamrock #2BF289

Color information

#2BF289 (or 0x2BF289) is unknown color: approx Shamrock. HEX triplet: 2B, F2 and 89. RGB value is (43,242,137). Sum of RGB (Red+Green+Blue) = 43+242+137=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 242 (94.92% from 255 or 57.35% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF289 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF289 is #D40D76. Grayscale: #AAAAAA. Windows color (decimal): -13897079 or 9040427. OLE color: 9040427.

HSL color Cylindrical-coordinate representation of color #2BF289: hue angle of 148.34º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF289 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB43242137-
CMYK0.8200.430.05
HSL148.34º88.44%55.88%-
HSV(B)148.34º82.23%94.9%-
XYZ37.2665.8234.41-
YUV170.53109.0737.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.19%
GREEN value IS 242 (94.92% from 255) = 57.35%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=10.19%
G=57.35%
B=32.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal432421370.8200.430.05148.3488.4455.88
Hex2BF2895202B5945838
Octal53362211122053522413070
Binary101011111100101000100110100100101011101100101001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bf289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,242,137); }

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

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

 a { background-color: rgb(43,242,137); }

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

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

 span { border-color: rgb(43,242,137); }

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