Html Css Color HEX #289B79 Jungle Green

📋 copy color: '#289B79'

red 40 ◦ green 155 ◦ blue 121

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

Shades of Jungle Green #289B79

Tints of Jungle Green #289B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.05%

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 12.66%
G = 49.05%
B = 38.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#289B79 (or 0x289B79) is known color: Jungle Green. HEX triplet: 28, 9B and 79. RGB value is (40,155,121). Sum of RGB (Red+Green+Blue) = 40+155+121=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #289B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B79 is #D76486. Grayscale: #747474. Windows color (decimal): -14115975 or 7969576. OLE color: 7969576.

HSL color Cylindrical-coordinate representation of color #289B79: hue angle of 162.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B79 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 155 121 -
CMYK 0.74 0 0.22 0.39
HSL 162.26º 0.59% 0.38% -
HSV(B) 162.26º 0.74% 0.61% -
XYZ 16.05 25.27 22.12 -
YUV 116.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 40 155 121 0.74 0 0.22 0.39 162.26 0.59 0.38
Hex 28 9B 79 4A 0 16 27 A2 3B 26
Octal 50 233 171 112 0 26 47 242 73 46
Binary 101000 10011011 1111001 1001010 0 10110 100111 10100010 111011 100110

Color Harmonies of #289B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289B79

Black with #289B79

Text Example


Text Example

White with #289B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,155,121); }

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

background-color css

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

 a { background-color: rgb(40,155,121); }

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

border-color css

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

 span { border-color: rgb(40,155,121); }

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