Html Css Color HEX #2FB755 Chateau Green

📋 copy color: '#2FB755'

red 47 ◦ green 183 ◦ blue 85

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

Shades of Chateau Green #2FB755

Tints of Chateau Green #2FB755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.1%

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 14.92%
G = 58.1%
B = 26.98%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#2FB755 (or 0x2FB755) is known color: Chateau Green. HEX triplet: 2F, B7 and 55. RGB value is (47,183,85). Sum of RGB (Red+Green+Blue) = 47+183+85=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB755 is #D048AA. Grayscale: #838383. Windows color (decimal): -13650091 or 5617455. OLE color: 5617455.

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

Color convert

RGB 47 183 85 -
CMYK 0.74 0 0.54 0.28
HSL 136.76º 0.59% 0.45% -
HSV(B) 136.76º 0.74% 0.72% -
XYZ 19.75 35.13 14.33 -
YUV 131.16 101.94 67.97 -
System Red Green Blue C M Y K H S L
Decimal 47 183 85 0.74 0 0.54 0.28 136.76 0.59 0.45
Hex 2F B7 55 4A 0 36 1C 89 3B 2D
Octal 57 267 125 112 0 66 34 211 73 55
Binary 101111 10110111 1010101 1001010 0 110110 11100 10001001 111011 101101

Color Harmonies of #2FB755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB755

Black with #2FB755

Text Example


Text Example

White with #2FB755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,183,85); }

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

background-color css

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

 a { background-color: rgb(47,183,85); }

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

border-color css

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

 span { border-color: rgb(47,183,85); }

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