Html Css Color HEX #2FB559 Chateau Green

📋 copy color: '#2FB559'

red 47 ◦ green 181 ◦ blue 89

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

Shades of Chateau Green #2FB559

Tints of Chateau Green #2FB559

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.1%

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

R = 14.83%
G = 57.1%
B = 28.08%

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

#2FB559 (or 0x2FB559) is known color: Chateau Green. HEX triplet: 2F, B5 and 59. RGB value is (47,181,89). Sum of RGB (Red+Green+Blue) = 47+181+89=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB559 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB559 is #D04AA6. Grayscale: #828282. Windows color (decimal): -13650599 or 5879087. OLE color: 5879087.

HSL color Cylindrical-coordinate representation of color #2FB559: hue angle of 138.81º 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 #2FB559 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 181 89 -
CMYK 0.74 0 0.51 0.29
HSL 138.81º 0.59% 0.45% -
HSV(B) 138.81º 0.74% 0.71% -
XYZ 19.5 34.37 15.06 -
YUV 130.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 47 181 89 0.74 0 0.51 0.29 138.81 0.59 0.45
Hex 2F B5 59 4A 0 33 1D 8B 3B 2D
Octal 57 265 131 112 0 63 35 213 73 55
Binary 101111 10110101 1011001 1001010 0 110011 11101 10001011 111011 101101

Color Harmonies of #2FB559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB559

Black with #2FB559

Text Example


Text Example

White with #2FB559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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