Html Css Color HEX #2FB27D Jungle Green

📋 copy color: '#2FB27D'

red 47 ◦ green 178 ◦ blue 125

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

Shades of Jungle Green #2FB27D

Tints of Jungle Green #2FB27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 13.43%
G = 50.86%
B = 35.71%

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

#2FB27D (or 0x2FB27D) is known color: Jungle Green. HEX triplet: 2F, B2 and 7D. RGB value is (47,178,125). Sum of RGB (Red+Green+Blue) = 47+178+125=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB27D is #D04D82. Grayscale: #848484. Windows color (decimal): -13651331 or 8237615. OLE color: 8237615.

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

Color convert

RGB 47 178 125 -
CMYK 0.74 0 0.30 0.30
HSL 155.73º 0.58% 0.44% -
HSV(B) 155.73º 0.74% 0.7% -
XYZ 20.79 33.93 24.85 -
YUV 132.79 123.6 66.81 -
System Red Green Blue C M Y K H S L
Decimal 47 178 125 0.74 0 0.30 0.30 155.73 0.58 0.44
Hex 2F B2 7D 4A 0 1E 1E 9C 3A 2C
Octal 57 262 175 112 0 36 36 234 72 54
Binary 101111 10110010 1111101 1001010 0 11110 11110 10011100 111010 101100

Color Harmonies of #2FB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB27D

Black with #2FB27D

Text Example


Text Example

White with #2FB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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