Html Css Color HEX #2B9F7F Jungle Green

📋 copy color: '#2B9F7F'

red 43 ◦ green 159 ◦ blue 127

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

Shades of Jungle Green #2B9F7F

Tints of Jungle Green #2B9F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 13.07%
G = 48.33%
B = 38.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#2B9F7F (or 0x2B9F7F) is known color: Jungle Green. HEX triplet: 2B, 9F and 7F. RGB value is (43,159,127). Sum of RGB (Red+Green+Blue) = 43+159+127=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F7F is #D46080. Grayscale: #787878. Windows color (decimal): -13918337 or 8363819. OLE color: 8363819.

HSL color Cylindrical-coordinate representation of color #2B9F7F: hue angle of 163.45º 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 #2B9F7F is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 159 127 -
CMYK 0.73 0 0.20 0.38
HSL 163.45º 0.57% 0.4% -
HSV(B) 163.45º 0.73% 0.62% -
XYZ 17.23 26.84 24.35 -
YUV 120.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 43 159 127 0.73 0 0.20 0.38 163.45 0.57 0.4
Hex 2B 9F 7F 49 0 14 26 A3 39 28
Octal 53 237 177 111 0 24 46 243 71 50
Binary 101011 10011111 1111111 1001001 0 10100 100110 10100011 111001 101000

Color Harmonies of #2B9F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9F7F

Black with #2B9F7F

Text Example


Text Example

White with #2B9F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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