Html Css Color HEX #2FAE4B Chateau Green

📋 copy color: '#2FAE4B'

red 47 ◦ green 174 ◦ blue 75

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

Shades of Chateau Green #2FAE4B

Tints of Chateau Green #2FAE4B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 58.78%

 BLUE value IS 75 (29.69% from 255) = 25.34%

R = 15.88%
G = 58.78%
B = 25.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#2FAE4B (or 0x2FAE4B) is known color: Chateau Green. HEX triplet: 2F, AE and 4B. RGB value is (47,174,75). Sum of RGB (Red+Green+Blue) = 47+174+75=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 174 (68.36% from 255 or 58.78% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAE4B is #D051B4. Grayscale: #7D7D7D. Windows color (decimal): -13652405 or 4959791. OLE color: 4959791.

HSL color Cylindrical-coordinate representation of color #2FAE4B: hue angle of 133.23º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAE4B is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 174 75 -
CMYK 0.73 0 0.57 0.32
HSL 133.23º 0.57% 0.43% -
HSV(B) 133.23º 0.73% 0.68% -
XYZ 17.58 31.38 11.79 -
YUV 124.74 99.92 72.55 -
System Red Green Blue C M Y K H S L
Decimal 47 174 75 0.73 0 0.57 0.32 133.23 0.57 0.43
Hex 2F AE 4B 49 0 39 20 85 39 2B
Octal 57 256 113 111 0 71 40 205 71 53
Binary 101111 10101110 1001011 1001001 0 111001 100000 10000101 111001 101011

Color Harmonies of #2FAE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAE4B

Black with #2FAE4B

Text Example


Text Example

White with #2FAE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,75); }

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

background-color css

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

 a { background-color: rgb(47,174,75); }

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

border-color css

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

 span { border-color: rgb(47,174,75); }

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