Html Css Color HEX #2FB852 Chateau Green

📋 copy color: '#2FB852'

red 47 ◦ green 184 ◦ blue 82

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

Shades of Chateau Green #2FB852

Tints of Chateau Green #2FB852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.79%

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 15.02%
G = 58.79%
B = 26.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#2FB852 (or 0x2FB852) is known color: Chateau Green. HEX triplet: 2F, B8 and 52. RGB value is (47,184,82). Sum of RGB (Red+Green+Blue) = 47+184+82=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB852 is #D047AD. Grayscale: #838383. Windows color (decimal): -13649838 or 5421103. OLE color: 5421103.

HSL color Cylindrical-coordinate representation of color #2FB852: hue angle of 135.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB852 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 184 82 -
CMYK 0.74 0 0.55 0.28
HSL 135.33º 0.59% 0.45% -
HSV(B) 135.33º 0.74% 0.72% -
XYZ 19.84 35.49 13.79 -
YUV 131.41 100.11 67.79 -
System Red Green Blue C M Y K H S L
Decimal 47 184 82 0.74 0 0.55 0.28 135.33 0.59 0.45
Hex 2F B8 52 4A 0 37 1C 87 3B 2D
Octal 57 270 122 112 0 67 34 207 73 55
Binary 101111 10111000 1010010 1001010 0 110111 11100 10000111 111011 101101

Color Harmonies of #2FB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB852

Black with #2FB852

Text Example


Text Example

White with #2FB852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,184,82); }

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

background-color css

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

 a { background-color: rgb(47,184,82); }

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

border-color css

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

 span { border-color: rgb(47,184,82); }

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