#2FBE90

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

Shades of Shamrock #2FBE90

Tints of Shamrock #2FBE90

Color information

#2FBE90 (or 0x2FBE90) is unknown color: approx Shamrock. HEX triplet: 2F, BE and 90. RGB value is (47,190,144). Sum of RGB (Red+Green+Blue) = 47+190+144=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBE90 is #D0416F. Grayscale: #8E8E8E. Windows color (decimal): -13648240 or 9485871. OLE color: 9485871.

HSL color Cylindrical-coordinate representation of color #2FBE90: hue angle of 160.7º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE90 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB47190144-
CMYK0.7500.240.25
HSL160.7º60.34%46.47%-
HSV(B)160.7º75.26%74.51%-
XYZ24.6239.4432.7-
YUV142129.1260.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.34%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=12.34%
G=49.87%
B=37.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471901440.7500.240.25160.760.3446.47
Hex2FBE904B01819a13c2e
Octal57276220113030312417456
Binary101111101111101001000010010110110001100110100001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,190,144); }

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

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

 a { background-color: rgb(47,190,144); }

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

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

 span { border-color: rgb(47,190,144); }

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