Html Css Color HEX #2FB355 Chateau Green

📋 copy color: '#2FB355'

red 47 ◦ green 179 ◦ blue 85

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

Shades of Chateau Green #2FB355

Tints of Chateau Green #2FB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.56%

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 15.11%
G = 57.56%
B = 27.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#2FB355 (or 0x2FB355) is known color: Chateau Green. HEX triplet: 2F, B3 and 55. RGB value is (47,179,85). Sum of RGB (Red+Green+Blue) = 47+179+85=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB355 is #D04CAA. Grayscale: #818181. Windows color (decimal): -13651115 or 5616431. OLE color: 5616431.

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

Color convert

RGB 47 179 85 -
CMYK 0.74 0 0.53 0.30
HSL 137.27º 0.58% 0.44% -
HSV(B) 137.27º 0.74% 0.7% -
XYZ 18.93 33.5 14.06 -
YUV 128.82 103.27 69.64 -
System Red Green Blue C M Y K H S L
Decimal 47 179 85 0.74 0 0.53 0.30 137.27 0.58 0.44
Hex 2F B3 55 4A 0 35 1E 89 3A 2C
Octal 57 263 125 112 0 65 36 211 72 54
Binary 101111 10110011 1010101 1001010 0 110101 11110 10001001 111010 101100

Color Harmonies of #2FB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB355

Black with #2FB355

Text Example


Text Example

White with #2FB355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,85); }

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

background-color css

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

 a { background-color: rgb(47,179,85); }

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

border-color css

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

 span { border-color: rgb(47,179,85); }

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