Html Css Color HEX #2FB249 Chateau Green

📋 copy color: '#2FB249'

red 47 ◦ green 178 ◦ blue 73

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

Shades of Chateau Green #2FB249

Tints of Chateau Green #2FB249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.73%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 15.77%
G = 59.73%
B = 24.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#2FB249 (or 0x2FB249) is known color: Chateau Green. HEX triplet: 2F, B2 and 49. RGB value is (47,178,73). Sum of RGB (Red+Green+Blue) = 47+178+73=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB249 is #D04DB6. Grayscale: #7F7F7F. Windows color (decimal): -13651383 or 4829743. OLE color: 4829743.

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

Color convert

RGB 47 178 73 -
CMYK 0.74 0 0.59 0.30
HSL 131.91º 0.58% 0.44% -
HSV(B) 131.91º 0.74% 0.7% -
XYZ 18.3 32.93 11.69 -
YUV 126.86 97.6 71.04 -
System Red Green Blue C M Y K H S L
Decimal 47 178 73 0.74 0 0.59 0.30 131.91 0.58 0.44
Hex 2F B2 49 4A 0 3B 1E 84 3A 2C
Octal 57 262 111 112 0 73 36 204 72 54
Binary 101111 10110010 1001001 1001010 0 111011 11110 10000100 111010 101100

Color Harmonies of #2FB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB249

Black with #2FB249

Text Example


Text Example

White with #2FB249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,178,73); }

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

background-color css

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

 a { background-color: rgb(47,178,73); }

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

border-color css

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

 span { border-color: rgb(47,178,73); }

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