Html Css Color HEX #2FB257 Chateau Green

📋 copy color: '#2FB257'

red 47 ◦ green 178 ◦ blue 87

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

Shades of Chateau Green #2FB257

Tints of Chateau Green #2FB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.05%

 BLUE value IS 87 (34.38% from 255) = 27.88%

R = 15.06%
G = 57.05%
B = 27.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#2FB257 (or 0x2FB257) is known color: Chateau Green. HEX triplet: 2F, B2 and 57. RGB value is (47,178,87). Sum of RGB (Red+Green+Blue) = 47+178+87=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB257 is #D04DA8. Grayscale: #808080. Windows color (decimal): -13651369 or 5747247. OLE color: 5747247.

HSL color Cylindrical-coordinate representation of color #2FB257: hue angle of 138.32º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB257 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 87 -
CMYK 0.74 0 0.51 0.30
HSL 138.32º 0.58% 0.44% -
HSV(B) 138.32º 0.74% 0.7% -
XYZ 18.81 33.13 14.42 -
YUV 128.46 104.6 69.9 -
System Red Green Blue C M Y K H S L
Decimal 47 178 87 0.74 0 0.51 0.30 138.32 0.58 0.44
Hex 2F B2 57 4A 0 33 1E 8A 3A 2C
Octal 57 262 127 112 0 63 36 212 72 54
Binary 101111 10110010 1010111 1001010 0 110011 11110 10001010 111010 101100

Color Harmonies of #2FB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB257

Black with #2FB257

Text Example


Text Example

White with #2FB257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,178,87); }

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

background-color css

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

 a { background-color: rgb(47,178,87); }

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

border-color css

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

 span { border-color: rgb(47,178,87); }

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