#2fc390

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

Shades of Shamrock #2FC390

Tints of Shamrock #2FC390

Color information

#2FC390 (or 0x2FC390) is unknown color: approx Shamrock. HEX triplet: 2F, C3 and 90. RGB value is (47,195,144). Sum of RGB (Red+Green+Blue) = 47+195+144=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC390 is #D03C6F. Grayscale: #909090. Windows color (decimal): -13646960 or 9487151. OLE color: 9487151.

HSL color Cylindrical-coordinate representation of color #2FC390: hue angle of 159.32º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC390 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB47195144-
CMYK0.7600.260.24
HSL159.32º61.16%47.45%-
HSV(B)159.32º75.9%76.47%-
XYZ25.7241.6533.07-
YUV144.93127.4758.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.18%
GREEN value IS 195 (76.56% from 255) = 50.52%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=12.18%
G=50.52%
B=37.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal471951440.7600.260.24159.3261.1647.45
Hex2FC3904C01A189f3d2f
Octal57303220114032302377557
Binary101111110000111001000010011000110101100010011111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fc390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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