Html Css Color HEX #289F72 Jungle Green

📋 copy color: '#289F72'

red 40 ◦ green 159 ◦ blue 114

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

Shades of Jungle Green #289F72

Tints of Jungle Green #289F72

RGB

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

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

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

R = 12.78%
G = 50.8%
B = 36.42%

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

#289F72 (or 0x289F72) is known color: Jungle Green. HEX triplet: 28, 9F and 72. RGB value is (40,159,114). Sum of RGB (Red+Green+Blue) = 40+159+114=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #289F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289F72 is #D7608D. Grayscale: #767676. Windows color (decimal): -14114958 or 7511848. OLE color: 7511848.

HSL color Cylindrical-coordinate representation of color #289F72: hue angle of 157.31º 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 #289F72 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 159 114 -
CMYK 0.75 0 0.28 0.38
HSL 157.31º 0.6% 0.39% -
HSV(B) 157.31º 0.75% 0.62% -
XYZ 16.31 26.46 20.17 -
YUV 118.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 40 159 114 0.75 0 0.28 0.38 157.31 0.6 0.39
Hex 28 9F 72 4B 0 1C 26 9D 3C 27
Octal 50 237 162 113 0 34 46 235 74 47
Binary 101000 10011111 1110010 1001011 0 11100 100110 10011101 111100 100111

Color Harmonies of #289F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289F72

Black with #289F72

Text Example


Text Example

White with #289F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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