Html Css Color HEX #2FB659 Chateau Green

📋 copy color: '#2FB659'

red 47 ◦ green 182 ◦ blue 89

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

Shades of Chateau Green #2FB659

Tints of Chateau Green #2FB659

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.23%

 BLUE value IS 89 (35.16% from 255) = 27.99%

R = 14.78%
G = 57.23%
B = 27.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#2FB659 (or 0x2FB659) is known color: Chateau Green. HEX triplet: 2F, B6 and 59. RGB value is (47,182,89). Sum of RGB (Red+Green+Blue) = 47+182+89=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 182 (71.48% from 255 or 57.23% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB659 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB659 is #D049A6. Grayscale: #838383. Windows color (decimal): -13650343 or 5879343. OLE color: 5879343.

HSL color Cylindrical-coordinate representation of color #2FB659: hue angle of 138.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB659 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 89 -
CMYK 0.74 0 0.51 0.29
HSL 138.67º 0.59% 0.45% -
HSV(B) 138.67º 0.74% 0.71% -
XYZ 19.7 34.78 15.13 -
YUV 131.03 104.27 68.06 -
System Red Green Blue C M Y K H S L
Decimal 47 182 89 0.74 0 0.51 0.29 138.67 0.59 0.45
Hex 2F B6 59 4A 0 33 1D 8B 3B 2D
Octal 57 266 131 112 0 63 35 213 73 55
Binary 101111 10110110 1011001 1001010 0 110011 11101 10001011 111011 101101

Color Harmonies of #2FB659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB659

Black with #2FB659

Text Example


Text Example

White with #2FB659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,182,89); }

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

background-color css

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

 a { background-color: rgb(47,182,89); }

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

border-color css

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

 span { border-color: rgb(47,182,89); }

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