#25B48E

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

Shades of Jungle Green #25B48E

Tints of Jungle Green #25B48E

Color information

#25B48E (or 0x25B48E) is unknown color: approx Jungle Green. HEX triplet: 25, B4 and 8E. RGB value is (37,180,142). Sum of RGB (Red+Green+Blue) = 37+180+142=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #25B48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B48E is #DA4B71. Grayscale: #848484. Windows color (decimal): -14306162 or 9352229. OLE color: 9352229.

HSL color Cylindrical-coordinate representation of color #25B48E: hue angle of 164.06º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B48E is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB37180142-
CMYK0.7900.210.29
HSL164.06º65.9%42.55%-
HSV(B)164.06º79.44%70.59%-
XYZ21.9734.9931.19-
YUV132.91133.1259.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.31%
GREEN value IS 180 (70.70% from 255) = 50.14%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=10.31%
G=50.14%
B=39.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371801420.7900.210.29164.0665.942.55
Hex25B48E4F0151Da4422b
Octal452642161170253524410253
Binary1001011011010010001110100111101010111101101001001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,180,142); }

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

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

 a { background-color: rgb(37,180,142); }

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

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

 span { border-color: rgb(37,180,142); }

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