Html Css Color HEX #2FB27C Jungle Green

📋 copy color: '#2FB27C'

red 47 ◦ green 178 ◦ blue 124

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

Shades of Jungle Green #2FB27C

Tints of Jungle Green #2FB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 13.47%
G = 51%
B = 35.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#2FB27C (or 0x2FB27C) is known color: Jungle Green. HEX triplet: 2F, B2 and 7C. RGB value is (47,178,124). Sum of RGB (Red+Green+Blue) = 47+178+124=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB27C is #D04D83. Grayscale: #848484. Windows color (decimal): -13651332 or 8172079. OLE color: 8172079.

HSL color Cylindrical-coordinate representation of color #2FB27C: hue angle of 155.27º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB27C is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 124 -
CMYK 0.74 0 0.30 0.30
HSL 155.27º 0.58% 0.44% -
HSV(B) 155.27º 0.74% 0.7% -
XYZ 20.73 33.9 24.52 -
YUV 132.68 123.1 66.89 -
System Red Green Blue C M Y K H S L
Decimal 47 178 124 0.74 0 0.30 0.30 155.27 0.58 0.44
Hex 2F B2 7C 4A 0 1E 1E 9B 3A 2C
Octal 57 262 174 112 0 36 36 233 72 54
Binary 101111 10110010 1111100 1001010 0 11110 11110 10011011 111010 101100

Color Harmonies of #2FB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB27C

Black with #2FB27C

Text Example


Text Example

White with #2FB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,178,124); }

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

background-color css

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

 a { background-color: rgb(47,178,124); }

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

border-color css

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

 span { border-color: rgb(47,178,124); }

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