#2FBEA2

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

Shades of Shamrock #2FBEA2

Tints of Shamrock #2FBEA2

Color information

#2FBEA2 (or 0x2FBEA2) is unknown color: approx Shamrock. HEX triplet: 2F, BE and A2. RGB value is (47,190,162). Sum of RGB (Red+Green+Blue) = 47+190+162=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBEA2 is #D0415D. Grayscale: #909090. Windows color (decimal): -13648222 or 10665519. OLE color: 10665519.

HSL color Cylindrical-coordinate representation of color #2FBEA2: hue angle of 168.25º 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 #2FBEA2 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB47190162-
CMYK0.7500.150.25
HSL168.25º60.34%46.47%-
HSV(B)168.25º75.26%74.51%-
XYZ26.1140.0440.53-
YUV144.05138.1258.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.78%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=11.78%
G=47.62%
B=40.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471901620.7500.150.25168.2560.3446.47
Hex2FBEA24B0F19a83c2e
Octal57276242113017312507456
Binary10111110111110101000101001011011111100110101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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