#259f7b

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

Shades of Jungle Green #259F7B

Tints of Jungle Green #259F7B

Color information

#259F7B (or 0x259F7B) is unknown color: approx Jungle Green. HEX triplet: 25, 9F and 7B. RGB value is (37,159,123). Sum of RGB (Red+Green+Blue) = 37+159+123=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #259F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F7B is #DA6084. Grayscale: #767676. Windows color (decimal): -14311557 or 8101669. OLE color: 8101669.

HSL color Cylindrical-coordinate representation of color #259F7B: hue angle of 162.3º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F7B is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB37159123-
CMYK0.7700.230.38
HSL162.3º62.24%38.43%-
HSV(B)162.3º76.73%62.35%-
XYZ16.7426.6222.99-
YUV118.42130.5869.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.60%
GREEN value IS 159 (62.5% from 255) = 49.84%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=11.60%
G=49.84%
B=38.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371591230.7700.230.38162.362.2438.43
Hex259F7B4D01726a23e26
Octal45237173115027462427646
Binary100101100111111111011100110101011110011010100010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,159,123); }

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

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

 a { background-color: rgb(37,159,123); }

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

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

 span { border-color: rgb(37,159,123); }

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