Html Css Color HEX #2FB058 Chateau Green

📋 copy color: '#2FB058'

red 47 ◦ green 176 ◦ blue 88

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

Shades of Chateau Green #2FB058

Tints of Chateau Green #2FB058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.59%

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 15.11%
G = 56.59%
B = 28.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#2FB058 (or 0x2FB058) is known color: Chateau Green. HEX triplet: 2F, B0 and 58. RGB value is (47,176,88). Sum of RGB (Red+Green+Blue) = 47+176+88=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB058 is #D04FA7. Grayscale: #7F7F7F. Windows color (decimal): -13651880 or 5812271. OLE color: 5812271.

HSL color Cylindrical-coordinate representation of color #2FB058: hue angle of 139.07º 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 #2FB058 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 88 -
CMYK 0.73 0 0.50 0.31
HSL 139.07º 0.58% 0.44% -
HSV(B) 139.07º 0.73% 0.69% -
XYZ 18.46 32.36 14.51 -
YUV 127.4 105.76 70.66 -
System Red Green Blue C M Y K H S L
Decimal 47 176 88 0.73 0 0.50 0.31 139.07 0.58 0.44
Hex 2F B0 58 49 0 32 1F 8B 3A 2C
Octal 57 260 130 111 0 62 37 213 72 54
Binary 101111 10110000 1011000 1001001 0 110010 11111 10001011 111010 101100

Color Harmonies of #2FB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB058

Black with #2FB058

Text Example


Text Example

White with #2FB058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,88); }

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

background-color css

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

 a { background-color: rgb(47,176,88); }

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

border-color css

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

 span { border-color: rgb(47,176,88); }

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