Html Css Color HEX #2FA141 Chateau Green

📋 copy color: '#2FA141'

red 47 ◦ green 161 ◦ blue 65

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

Shades of Chateau Green #2FA141

Tints of Chateau Green #2FA141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.97%

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 17.22%
G = 58.97%
B = 23.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#2FA141 (or 0x2FA141) is known color: Chateau Green. HEX triplet: 2F, A1 and 41. RGB value is (47,161,65). Sum of RGB (Red+Green+Blue) = 47+161+65=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA141 is #D05EBE. Grayscale: #747474. Windows color (decimal): -13655743 or 4301103. OLE color: 4301103.

HSL color Cylindrical-coordinate representation of color #2FA141: hue angle of 129.47º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA141 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 161 65 -
CMYK 0.71 0 0.60 0.37
HSL 129.47º 0.55% 0.41% -
HSV(B) 129.47º 0.71% 0.63% -
XYZ 14.87 26.48 9.33 -
YUV 115.97 99.23 78.81 -
System Red Green Blue C M Y K H S L
Decimal 47 161 65 0.71 0 0.60 0.37 129.47 0.55 0.41
Hex 2F A1 41 47 0 3C 25 81 37 29
Octal 57 241 101 107 0 74 45 201 67 51
Binary 101111 10100001 1000001 1000111 0 111100 100101 10000001 110111 101001

Color Harmonies of #2FA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA141

Black with #2FA141

Text Example


Text Example

White with #2FA141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,161,65); }

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

background-color css

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

 a { background-color: rgb(47,161,65); }

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

border-color css

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

 span { border-color: rgb(47,161,65); }

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