#289B7A

Color #289B7A Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #289B7A

Tints of Jungle Green #289B7A

Color information

#289B7A (or 0x289B7A) is unknown color: approx Jungle Green. HEX triplet: 28, 9B and 7A. RGB value is (40,155,122). Sum of RGB (Red+Green+Blue) = 40+155+122=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #289B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B7A is #D76485. Grayscale: #747474. Windows color (decimal): -14115974 or 8035112. OLE color: 8035112.

HSL color Cylindrical-coordinate representation of color #289B7A: hue angle of 162.78º 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 #289B7A is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB40155122-
CMYK0.7400.210.39
HSL162.78º58.97%38.24%-
HSV(B)162.78º74.19%60.78%-
XYZ16.1125.322.45-
YUV116.85130.973.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.62%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=12.62%
G=48.90%
B=38.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401551220.7400.210.39162.7858.9738.24
Hex289B7A4A01527a33b26
Octal50233172112025472437346
Binary101000100110111111010100101001010110011110100011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #289B7A;
 }
 .AnyTagClassName
 {
   color: #289B7A;
 }
</style>
background-color css

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

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

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

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

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

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