Html Css Color HEX #2B9F74 Jungle Green

📋 copy color: '#2B9F74'

red 43 ◦ green 159 ◦ blue 116

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

Shades of Jungle Green #2B9F74

Tints of Jungle Green #2B9F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 13.52%
G = 50%
B = 36.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#2B9F74 (or 0x2B9F74) is known color: Jungle Green. HEX triplet: 2B, 9F and 74. RGB value is (43,159,116). Sum of RGB (Red+Green+Blue) = 43+159+116=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F74 is #D4608B. Grayscale: #777777. Windows color (decimal): -13918348 or 7642923. OLE color: 7642923.

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

Color convert

RGB 43 159 116 -
CMYK 0.73 0 0.27 0.38
HSL 157.76º 0.57% 0.4% -
HSV(B) 157.76º 0.73% 0.62% -
XYZ 16.55 26.57 20.78 -
YUV 119.41 126.07 73.5 -
System Red Green Blue C M Y K H S L
Decimal 43 159 116 0.73 0 0.27 0.38 157.76 0.57 0.4
Hex 2B 9F 74 49 0 1B 26 9E 39 28
Octal 53 237 164 111 0 33 46 236 71 50
Binary 101011 10011111 1110100 1001001 0 11011 100110 10011110 111001 101000

Color Harmonies of #2B9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9F74

Black with #2B9F74

Text Example


Text Example

White with #2B9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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