#2CCB93

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

Shades of Shamrock #2CCB93

Tints of Shamrock #2CCB93

Color information

#2CCB93 (or 0x2CCB93) is unknown color: approx Shamrock. HEX triplet: 2C, CB and 93. RGB value is (44,203,147). Sum of RGB (Red+Green+Blue) = 44+203+147=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CCB93 is #D3346C. Grayscale: #959595. Windows color (decimal): -13841517 or 9685804. OLE color: 9685804.

HSL color Cylindrical-coordinate representation of color #2CCB93: hue angle of 158.87º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCB93 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB44203147-
CMYK0.7800.280.20
HSL158.87º64.37%48.43%-
HSV(B)158.87º78.33%79.61%-
XYZ27.6645.3534.9-
YUV149.07126.8253.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.17%
GREEN value IS 203 (79.69% from 255) = 51.52%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=11.17%
G=51.52%
B=37.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal442031470.7800.280.20158.8764.3748.43
Hex2CCB934E01C149f4030
Octal543132231160342423710060
Binary1011001100101110010011100111001110010100100111111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,203,147); }

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

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

 a { background-color: rgb(44,203,147); }

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

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

 span { border-color: rgb(44,203,147); }

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