#2BC698

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

Shades of Shamrock #2BC698

Tints of Shamrock #2BC698

Color information

#2BC698 (or 0x2BC698) is unknown color: approx Shamrock. HEX triplet: 2B, C6 and 98. RGB value is (43,198,152). Sum of RGB (Red+Green+Blue) = 43+198+152=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC698 is #D43967. Grayscale: #929292. Windows color (decimal): -13908328 or 10012203. OLE color: 10012203.

HSL color Cylindrical-coordinate representation of color #2BC698: hue angle of 162.19º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC698 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB43198152-
CMYK0.7800.230.22
HSL162.19º64.32%47.25%-
HSV(B)162.19º78.28%77.65%-
XYZ26.8643.1736.62-
YUV146.41131.1554.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.94%
GREEN value IS 198 (77.73% from 255) = 50.38%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=10.94%
G=50.38%
B=38.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431981520.7800.230.22162.1964.3247.25
Hex2BC6984E01716a2402f
Octal533062301160272624210057
Binary1010111100011010011000100111001011110110101000101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,198,152); }

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

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

 a { background-color: rgb(43,198,152); }

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

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

 span { border-color: rgb(43,198,152); }

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