#2FB67E

Color #2FB67E Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2FB67E

Tints of Jungle Green #2FB67E

Color information

#2FB67E (or 0x2FB67E) is unknown color: approx Jungle Green. HEX triplet: 2F, B6 and 7E. RGB value is (47,182,126). Sum of RGB (Red+Green+Blue) = 47+182+126=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB67E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB67E is #D04981. Grayscale: #878787. Windows color (decimal): -13650306 or 8304175. OLE color: 8304175.

HSL color Cylindrical-coordinate representation of color #2FB67E: hue angle of 155.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB67E is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB47182126-
CMYK0.7400.310.29
HSL155.11º58.95%44.9%-
HSV(B)155.11º74.18%71.37%-
XYZ21.6735.5725.46-
YUV135.25122.7765.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.24%
GREEN value IS 182 (71.48% from 255) = 51.27%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=13.24%
G=51.27%
B=35.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471821260.7400.310.29155.1158.9544.9
Hex2FB67E4A01F1D9b3b2d
Octal57266176112037352337355
Binary10111110110110111111010010100111111110110011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,182,126); }

 H1.HeaderClassName
 {
   color: #2FB67E;
 }
 .AnyTagClassName
 {
   color: #2FB67E;
 }
</style>
background-color css

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

 a { background-color: rgb(47,182,126); }

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

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

 span { border-color: rgb(47,182,126); }

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