Html Css Color HEX #2FB151 Chateau Green

📋 copy color: '#2FB151'

red 47 ◦ green 177 ◦ blue 81

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

Shades of Chateau Green #2FB151

Tints of Chateau Green #2FB151

RGB

 RED value IS 47 (18.75% from 255) = 15.41%

 GREEN value IS 177 (69.53% from 255) = 58.03%

 BLUE value IS 81 (32.03% from 255) = 26.56%

R = 15.41%
G = 58.03%
B = 26.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#2FB151 (or 0x2FB151) is known color: Chateau Green. HEX triplet: 2F, B1 and 51. RGB value is (47,177,81). Sum of RGB (Red+Green+Blue) = 47+177+81=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB151 is #D04EAE. Grayscale: #7F7F7F. Windows color (decimal): -13651631 or 5353775. OLE color: 5353775.

HSL color Cylindrical-coordinate representation of color #2FB151: hue angle of 135.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB151 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 177 81 -
CMYK 0.73 0 0.54 0.31
HSL 135.69º 0.58% 0.44% -
HSV(B) 135.69º 0.73% 0.69% -
XYZ 18.38 32.64 13.12 -
YUV 127.19 101.93 70.81 -
System Red Green Blue C M Y K H S L
Decimal 47 177 81 0.73 0 0.54 0.31 135.69 0.58 0.44
Hex 2F B1 51 49 0 36 1F 88 3A 2C
Octal 57 261 121 111 0 66 37 210 72 54
Binary 101111 10110001 1010001 1001001 0 110110 11111 10001000 111010 101100

Color Harmonies of #2FB151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB151

Black with #2FB151

Text Example


Text Example

White with #2FB151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,81); }

 H1.HeaderClassName
 {
   color: #2FB151;
 }
 .AnyTagClassName
 {
   color: #2FB151;
 }
</style>

background-color css

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

 a { background-color: rgb(47,177,81); }

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

border-color css

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

 span { border-color: rgb(47,177,81); }

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