Html Css Color HEX #289E72 Jungle Green

📋 copy color: '#289E72'

red 40 ◦ green 158 ◦ blue 114

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

Shades of Jungle Green #289E72

Tints of Jungle Green #289E72

RGB

 RED value IS 40 (16.02% from 255) = 12.82%

 GREEN value IS 158 (62.11% from 255) = 50.64%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 12.82%
G = 50.64%
B = 36.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#289E72 (or 0x289E72) is known color: Jungle Green. HEX triplet: 28, 9E and 72. RGB value is (40,158,114). Sum of RGB (Red+Green+Blue) = 40+158+114=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #289E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289E72 is #D7618D. Grayscale: #757575. Windows color (decimal): -14115214 or 7511592. OLE color: 7511592.

HSL color Cylindrical-coordinate representation of color #289E72: hue angle of 157.63º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289E72 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 158 114 -
CMYK 0.75 0 0.28 0.38
HSL 157.63º 0.6% 0.39% -
HSV(B) 157.63º 0.75% 0.62% -
XYZ 16.14 26.12 20.11 -
YUV 117.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 40 158 114 0.75 0 0.28 0.38 157.63 0.6 0.39
Hex 28 9E 72 4B 0 1C 26 9E 3C 27
Octal 50 236 162 113 0 34 46 236 74 47
Binary 101000 10011110 1110010 1001011 0 11100 100110 10011110 111100 100111

Color Harmonies of #289E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289E72

Black with #289E72

Text Example


Text Example

White with #289E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289E72; }

 p { color: rgb(40,158,114); }

 H1.HeaderClassName
 {
   color: #289E72;
 }
 .AnyTagClassName
 {
   color: #289E72;
 }
</style>

background-color css

<style>
 a { background-color: #289E72; }

 a { background-color: rgb(40,158,114); }

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

border-color css

<style>
 span { border-color: #289E72; }

 span { border-color: rgb(40,158,114); }

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