#289F7A

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

Shades of Jungle Green #289F7A

Tints of Jungle Green #289F7A

Color information

#289F7A (or 0x289F7A) is unknown color: approx Jungle Green. HEX triplet: 28, 9F and 7A. RGB value is (40,159,122). Sum of RGB (Red+Green+Blue) = 40+159+122=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #289F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289F7A is #D76085. Grayscale: #777777. Windows color (decimal): -14114950 or 8036136. OLE color: 8036136.

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

Color convert

RGB40159122-
CMYK0.7500.230.38
HSL161.34º59.8%39.02%-
HSV(B)161.34º74.84%62.35%-
XYZ16.7926.6522.67-
YUV119.2129.5871.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.46%
GREEN value IS 159 (62.5% from 255) = 49.53%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=12.46%
G=49.53%
B=38.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401591220.7500.230.38161.3459.839.02
Hex289F7A4B01726a13c27
Octal50237172113027462417447
Binary101000100111111111010100101101011110011010100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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