#259B7A

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

Shades of Jungle Green #259B7A

Tints of Jungle Green #259B7A

Color information

#259B7A (or 0x259B7A) is unknown color: approx Jungle Green. HEX triplet: 25, 9B and 7A. RGB value is (37,155,122). Sum of RGB (Red+Green+Blue) = 37+155+122=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #259B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B7A is #DA6485. Grayscale: #737373. Windows color (decimal): -14312582 or 8035109. OLE color: 8035109.

HSL color Cylindrical-coordinate representation of color #259B7A: hue angle of 163.22º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B7A is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB37155122-
CMYK0.7600.210.39
HSL163.22º61.46%37.65%-
HSV(B)163.22º76.13%60.78%-
XYZ1625.2422.44-
YUV115.96131.4171.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.78%
GREEN value IS 155 (60.94% from 255) = 49.36%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=11.78%
G=49.36%
B=38.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371551220.7600.210.39163.2261.4637.65
Hex259B7A4C01527a33d26
Octal45233172114025472437546
Binary100101100110111111010100110001010110011110100011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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