Html Css Color HEX #2FC390 Shamrock

📋 copy color: '#2FC390'

red 47 ◦ green 195 ◦ blue 144

#2FC390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2FC390

Tints of Shamrock #2FC390

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 value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#2FC390 (or 0x2FC390) is known color: 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

RGB 47 195 144 -
CMYK 0.76 0 0.26 0.24
HSL 159.32º 0.61% 0.47% -
HSV(B) 159.32º 0.76% 0.76% -
XYZ 25.72 41.65 33.07 -
YUV 144.93 127.47 58.15 -
System Red Green Blue C M Y K H S L
Decimal 47 195 144 0.76 0 0.26 0.24 159.32 0.61 0.47
Hex 2F C3 90 4C 0 1A 18 9F 3D 2F
Octal 57 303 220 114 0 32 30 237 75 57
Binary 101111 11000011 10010000 1001100 0 11010 11000 10011111 111101 101111

Color Harmonies of #2FC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC390

Black with #2FC390

Text Example


Text Example

White with #2FC390

Text Example


Text Example

HTML Codes & Css Web 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>