Html Css Color HEX #2FB24A Chateau Green

📋 copy color: '#2FB24A'

red 47 ◦ green 178 ◦ blue 74

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

Shades of Chateau Green #2FB24A

Tints of Chateau Green #2FB24A

RGB

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

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

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

R = 15.72%
G = 59.53%
B = 24.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#2FB24A (or 0x2FB24A) is known color: Chateau Green. HEX triplet: 2F, B2 and 4A. RGB value is (47,178,74). Sum of RGB (Red+Green+Blue) = 47+178+74=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB24A is #D04DB5. Grayscale: #7F7F7F. Windows color (decimal): -13651382 or 4895279. OLE color: 4895279.

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

Color convert

RGB 47 178 74 -
CMYK 0.74 0 0.58 0.30
HSL 132.37º 0.58% 0.44% -
HSV(B) 132.37º 0.74% 0.7% -
XYZ 18.33 32.94 11.87 -
YUV 126.98 98.1 70.96 -
System Red Green Blue C M Y K H S L
Decimal 47 178 74 0.74 0 0.58 0.30 132.37 0.58 0.44
Hex 2F B2 4A 4A 0 3A 1E 84 3A 2C
Octal 57 262 112 112 0 72 36 204 72 54
Binary 101111 10110010 1001010 1001010 0 111010 11110 10000100 111010 101100

Color Harmonies of #2FB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB24A

Black with #2FB24A

Text Example


Text Example

White with #2FB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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