Html Css Color HEX #2FB690 Jungle Green

📋 copy color: '#2FB690'

red 47 ◦ green 182 ◦ blue 144

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

Shades of Jungle Green #2FB690

Tints of Jungle Green #2FB690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 12.6%
G = 48.79%
B = 38.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#2FB690 (or 0x2FB690) is known color: Jungle Green. HEX triplet: 2F, B6 and 90. RGB value is (47,182,144). Sum of RGB (Red+Green+Blue) = 47+182+144=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB690 is #D0496F. Grayscale: #898989. Windows color (decimal): -13650288 or 9483823. OLE color: 9483823.

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

Color convert

RGB 47 182 144 -
CMYK 0.74 0 0.21 0.29
HSL 163.11º 0.59% 0.45% -
HSV(B) 163.11º 0.74% 0.71% -
XYZ 22.93 36.07 32.14 -
YUV 137.3 131.77 63.59 -
System Red Green Blue C M Y K H S L
Decimal 47 182 144 0.74 0 0.21 0.29 163.11 0.59 0.45
Hex 2F B6 90 4A 0 15 1D A3 3B 2D
Octal 57 266 220 112 0 25 35 243 73 55
Binary 101111 10110110 10010000 1001010 0 10101 11101 10100011 111011 101101

Color Harmonies of #2FB690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB690

Black with #2FB690

Text Example


Text Example

White with #2FB690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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