#25A57B

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

Shades of Jungle Green #25A57B

Tints of Jungle Green #25A57B

Color information

#25A57B (or 0x25A57B) is unknown color: approx Jungle Green. HEX triplet: 25, A5 and 7B. RGB value is (37,165,123). Sum of RGB (Red+Green+Blue) = 37+165+123=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #25A57B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A57B is #DA5A84. Grayscale: #797979. Windows color (decimal): -14310021 or 8103205. OLE color: 8103205.

HSL color Cylindrical-coordinate representation of color #25A57B: hue angle of 160.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A57B is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB37165123-
CMYK0.7800.250.35
HSL160.31º63.37%39.61%-
HSV(B)160.31º77.58%64.71%-
XYZ17.7928.7323.35-
YUV121.94128.5967.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.38%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=11.38%
G=50.77%
B=37.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371651230.7800.250.35160.3163.3739.61
Hex25A57B4E01923a03f28
Octal45245173116031432407750
Binary100101101001011111011100111001100110001110100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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