Html Css Color HEX #2FB68C Jungle Green

📋 copy color: '#2FB68C'

red 47 ◦ green 182 ◦ blue 140

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

Shades of Jungle Green #2FB68C

Tints of Jungle Green #2FB68C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.32%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 12.74%
G = 49.32%
B = 37.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#2FB68C (or 0x2FB68C) is known color: Jungle Green. HEX triplet: 2F, B6 and 8C. RGB value is (47,182,140). Sum of RGB (Red+Green+Blue) = 47+182+140=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB68C is #D04973. Grayscale: #888888. Windows color (decimal): -13650292 or 9221679. OLE color: 9221679.

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

Color convert

RGB 47 182 140 -
CMYK 0.74 0 0.23 0.29
HSL 161.33º 0.59% 0.45% -
HSV(B) 161.33º 0.74% 0.71% -
XYZ 22.63 35.95 30.56 -
YUV 136.85 129.77 63.92 -
System Red Green Blue C M Y K H S L
Decimal 47 182 140 0.74 0 0.23 0.29 161.33 0.59 0.45
Hex 2F B6 8C 4A 0 17 1D A1 3B 2D
Octal 57 266 214 112 0 27 35 241 73 55
Binary 101111 10110110 10001100 1001010 0 10111 11101 10100001 111011 101101

Color Harmonies of #2FB68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB68C

Black with #2FB68C

Text Example


Text Example

White with #2FB68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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