#25714B

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

Shades of Dark Spring Green #25714B

Tints of Dark Spring Green #25714B

Color information

#25714B (or 0x25714B) is unknown color: approx Dark Spring Green. HEX triplet: 25, 71 and 4B. RGB value is (37,113,75). Sum of RGB (Red+Green+Blue) = 37+113+75=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #25714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25714B is #DA8EB4. Grayscale: #565656. Windows color (decimal): -14323381 or 4944165. OLE color: 4944165.

HSL color Cylindrical-coordinate representation of color #25714B: hue angle of 150º 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 #25714B is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB3711375-
CMYK0.6700.340.56
HSL150º50.67%29.41%-
HSV(B)150º67.26%44.31%-
XYZ7.9412.718.69-
YUV85.94121.8293.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=16.44%
G=50.22%
B=33.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113750.6700.340.5615050.6729.41
Hex25714B430223896331d
Octal45161113103042702266335
Binary10010111100011001011100001101000101110001001011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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