#25995F

Color #25995F Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #25995F

Tints of Eucalyptus #25995F

Color information

#25995F (or 0x25995F) is unknown color: approx Eucalyptus. HEX triplet: 25, 99 and 5F. RGB value is (37,153,95). Sum of RGB (Red+Green+Blue) = 37+153+95=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #25995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25995F is #DA66A0. Grayscale: #6F6F6F. Windows color (decimal): -14313121 or 6265125. OLE color: 6265125.

HSL color Cylindrical-coordinate representation of color #25995F: hue angle of 150º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25995F is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB3715395-
CMYK0.7600.380.4
HSL150º61.05%37.25%-
HSV(B)150º75.82%60%-
XYZ14.222414.71-
YUV111.7118.5774.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=12.98%
G=53.68%
B=33.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37153950.7600.380.415061.0537.25
Hex25995F4C02628963d25
Octal45231137114046502267545
Binary1001011001100110111111001100010011010100010010110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25995F; }

 p { color: rgb(37,153,95); }

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

<style>
 a { background-color: #25995F; }

 a { background-color: rgb(37,153,95); }

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

<style>
 span { border-color: #25995F; }

 span { border-color: rgb(37,153,95); }

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