Html Css Color HEX #2FBF83 Jungle Green

📋 copy color: '#2FBF83'

red 47 ◦ green 191 ◦ blue 131

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

Shades of Jungle Green #2FBF83

Tints of Jungle Green #2FBF83

RGB

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

 GREEN value IS 191 (75% from 255) = 51.76%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 12.74%
G = 51.76%
B = 35.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#2FBF83 (or 0x2FBF83) is known color: Jungle Green. HEX triplet: 2F, BF and 83. RGB value is (47,191,131). Sum of RGB (Red+Green+Blue) = 47+191+131=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBF83 is #D0407C. Grayscale: #8D8D8D. Windows color (decimal): -13647997 or 8634159. OLE color: 8634159.

HSL color Cylindrical-coordinate representation of color #2FBF83: hue angle of 155º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBF83 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 191 131 -
CMYK 0.75 0 0.31 0.25
HSL 155º 0.61% 0.47% -
HSV(B) 155º 0.75% 0.75% -
XYZ 23.9 39.5 27.84 -
YUV 141.1 122.29 60.88 -
System Red Green Blue C M Y K H S L
Decimal 47 191 131 0.75 0 0.31 0.25 155 0.61 0.47
Hex 2F BF 83 4B 0 1F 19 9B 3D 2F
Octal 57 277 203 113 0 37 31 233 75 57
Binary 101111 10111111 10000011 1001011 0 11111 11001 10011011 111101 101111

Color Harmonies of #2FBF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBF83

Black with #2FBF83

Text Example


Text Example

White with #2FBF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,191,131); }

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

background-color css

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

 a { background-color: rgb(47,191,131); }

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

border-color css

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

 span { border-color: rgb(47,191,131); }

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