#2CBE90

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

Shades of Shamrock #2CBE90

Tints of Shamrock #2CBE90

Color information

#2CBE90 (or 0x2CBE90) is unknown color: approx Shamrock. HEX triplet: 2C, BE and 90. RGB value is (44,190,144). Sum of RGB (Red+Green+Blue) = 44+190+144=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBE90 is #D3416F. Grayscale: #8D8D8D. Windows color (decimal): -13844848 or 9485868. OLE color: 9485868.

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

Color convert

RGB44190144-
CMYK0.7700.240.25
HSL161.1º62.39%45.88%-
HSV(B)161.1º76.84%74.51%-
XYZ24.4939.3832.7-
YUV141.1129.6358.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.64%
GREEN value IS 190 (74.61% from 255) = 50.26%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=11.64%
G=50.26%
B=38.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441901440.7700.240.25161.162.3945.88
Hex2CBE904D01819a13e2e
Octal54276220115030312417656
Binary101100101111101001000010011010110001100110100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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