Html Css Color HEX #2FB953 Chateau Green

📋 copy color: '#2FB953'

red 47 ◦ green 185 ◦ blue 83

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

Shades of Chateau Green #2FB953

Tints of Chateau Green #2FB953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.73%

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 14.92%
G = 58.73%
B = 26.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#2FB953 (or 0x2FB953) is known color: Chateau Green. HEX triplet: 2F, B9 and 53. RGB value is (47,185,83). Sum of RGB (Red+Green+Blue) = 47+185+83=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB953 is #D046AC. Grayscale: #848484. Windows color (decimal): -13649581 or 5486895. OLE color: 5486895.

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

Color convert

RGB 47 185 83 -
CMYK 0.75 0 0.55 0.27
HSL 135.65º 0.59% 0.45% -
HSV(B) 135.65º 0.75% 0.73% -
XYZ 20.08 35.93 14.06 -
YUV 132.11 100.28 67.29 -
System Red Green Blue C M Y K H S L
Decimal 47 185 83 0.75 0 0.55 0.27 135.65 0.59 0.45
Hex 2F B9 53 4B 0 37 1B 88 3B 2D
Octal 57 271 123 113 0 67 33 210 73 55
Binary 101111 10111001 1010011 1001011 0 110111 11011 10001000 111011 101101

Color Harmonies of #2FB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB953

Black with #2FB953

Text Example


Text Example

White with #2FB953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,185,83); }

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

background-color css

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

 a { background-color: rgb(47,185,83); }

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

border-color css

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

 span { border-color: rgb(47,185,83); }

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