#25B17D

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

Shades of Jungle Green #25B17D

Tints of Jungle Green #25B17D

Color information

#25B17D (or 0x25B17D) is unknown color: approx Jungle Green. HEX triplet: 25, B1 and 7D. RGB value is (37,177,125). Sum of RGB (Red+Green+Blue) = 37+177+125=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 177 (69.53% from 255 or 52.21% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 177 - color contains mainly: green. Hex color #25B17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25B17D is #DA4E82. Grayscale: #818181. Windows color (decimal): -14306947 or 8237349. OLE color: 8237349.

HSL color Cylindrical-coordinate representation of color #25B17D: hue angle of 157.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B17D is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB37177125-
CMYK0.7900.290.31
HSL157.71º65.42%41.96%-
HSV(B)157.71º79.1%69.41%-
XYZ20.1933.3224.77-
YUV129.21125.6262.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.91%
GREEN value IS 177 (69.53% from 255) = 52.21%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=10.91%
G=52.21%
B=36.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371771250.7900.290.31157.7165.4241.96
Hex25B17D4F01D1F9e412a
Octal452611751170353723610152
Binary100101101100011111101100111101110111111100111101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25B17D; }

 p { color: rgb(37,177,125); }

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

<style>
 a { background-color: #25B17D; }

 a { background-color: rgb(37,177,125); }

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

<style>
 span { border-color: #25B17D; }

 span { border-color: rgb(37,177,125); }

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