Html Css Color HEX #2B9F7C Jungle Green

📋 copy color: '#2B9F7C'

red 43 ◦ green 159 ◦ blue 124

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

Shades of Jungle Green #2B9F7C

Tints of Jungle Green #2B9F7C

RGB

 RED value IS 43 (17.19% from 255) = 13.19%

 GREEN value IS 159 (62.5% from 255) = 48.77%

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

R = 13.19%
G = 48.77%
B = 38.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#2B9F7C (or 0x2B9F7C) is known color: Jungle Green. HEX triplet: 2B, 9F and 7C. RGB value is (43,159,124). Sum of RGB (Red+Green+Blue) = 43+159+124=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F7C is #D46083. Grayscale: #787878. Windows color (decimal): -13918340 or 8167211. OLE color: 8167211.

HSL color Cylindrical-coordinate representation of color #2B9F7C: hue angle of 161.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F7C is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 159 124 -
CMYK 0.73 0 0.22 0.38
HSL 161.9º 0.57% 0.4% -
HSV(B) 161.9º 0.73% 0.62% -
XYZ 17.03 26.77 23.34 -
YUV 120.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 43 159 124 0.73 0 0.22 0.38 161.9 0.57 0.4
Hex 2B 9F 7C 49 0 16 26 A2 39 28
Octal 53 237 174 111 0 26 46 242 71 50
Binary 101011 10011111 1111100 1001001 0 10110 100110 10100010 111001 101000

Color Harmonies of #2B9F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9F7C

Black with #2B9F7C

Text Example


Text Example

White with #2B9F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,159,124); }

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

background-color css

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

 a { background-color: rgb(43,159,124); }

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

border-color css

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

 span { border-color: rgb(43,159,124); }

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