Html Css Color HEX #2FB04A Chateau Green

📋 copy color: '#2FB04A'

red 47 ◦ green 176 ◦ blue 74

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

Shades of Chateau Green #2FB04A

Tints of Chateau Green #2FB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.26%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 15.82%
G = 59.26%
B = 24.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#2FB04A (or 0x2FB04A) is known color: Chateau Green. HEX triplet: 2F, B0 and 4A. RGB value is (47,176,74). Sum of RGB (Red+Green+Blue) = 47+176+74=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB04A is #D04FB5. Grayscale: #7E7E7E. Windows color (decimal): -13651894 or 4894767. OLE color: 4894767.

HSL color Cylindrical-coordinate representation of color #2FB04A: hue angle of 132.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB04A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 74 -
CMYK 0.73 0 0.58 0.31
HSL 132.56º 0.58% 0.44% -
HSV(B) 132.56º 0.73% 0.69% -
XYZ 17.93 32.15 11.74 -
YUV 125.8 98.76 71.79 -
System Red Green Blue C M Y K H S L
Decimal 47 176 74 0.73 0 0.58 0.31 132.56 0.58 0.44
Hex 2F B0 4A 49 0 3A 1F 85 3A 2C
Octal 57 260 112 111 0 72 37 205 72 54
Binary 101111 10110000 1001010 1001001 0 111010 11111 10000101 111010 101100

Color Harmonies of #2FB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB04A

Black with #2FB04A

Text Example


Text Example

White with #2FB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,74); }

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

background-color css

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

 a { background-color: rgb(47,176,74); }

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

border-color css

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

 span { border-color: rgb(47,176,74); }

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