#25A571

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

Shades of Jungle Green #25A571

Tints of Jungle Green #25A571

Color information

#25A571 (or 0x25A571) is unknown color: approx Jungle Green. HEX triplet: 25, A5 and 71. RGB value is (37,165,113). Sum of RGB (Red+Green+Blue) = 37+165+113=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #25A571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A571 is #DA5A8E. Grayscale: #787878. Windows color (decimal): -14310031 or 7447845. OLE color: 7447845.

HSL color Cylindrical-coordinate representation of color #25A571: hue angle of 155.62º 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 #25A571 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB37165113-
CMYK0.7800.320.35
HSL155.62º63.37%39.61%-
HSV(B)155.62º77.58%64.71%-
XYZ17.228.520.22-
YUV120.8123.5968.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=11.75%
G=52.38%
B=35.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371651130.7800.320.35155.6263.3739.61
Hex25A5714E020239c3f28
Octal45245161116040432347750
Binary1001011010010111100011001110010000010001110011100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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