#25714A

Color #25714A Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #25714A

Tints of Dark Spring Green #25714A

Color information

#25714A (or 0x25714A) is unknown color: approx Dark Spring Green. HEX triplet: 25, 71 and 4A. RGB value is (37,113,74). Sum of RGB (Red+Green+Blue) = 37+113+74=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #25714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25714A is #DA8EB5. Grayscale: #555555. Windows color (decimal): -14323382 or 4878629. OLE color: 4878629.

HSL color Cylindrical-coordinate representation of color #25714A: hue angle of 149.21º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25714A is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB3711374-
CMYK0.6700.350.56
HSL149.21º50.67%29.41%-
HSV(B)149.21º67.26%44.31%-
XYZ7.912.78.51-
YUV85.83121.3293.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=16.52%
G=50.45%
B=33.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113740.6700.350.56149.2150.6729.41
Hex25714A430233895331d
Octal45161112103043702256335
Binary10010111100011001010100001101000111110001001010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25714A; }

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

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

<style>
 a { background-color: #25714A; }

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

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

<style>
 span { border-color: #25714A; }

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

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