#1F965E

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

Shades of Eucalyptus #1F965E

Tints of Eucalyptus #1F965E

Color information

#1F965E (or 0x1F965E) is unknown color: approx Eucalyptus. HEX triplet: 1F, 96 and 5E. RGB value is (31,150,94). Sum of RGB (Red+Green+Blue) = 31+150+94=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #1F965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F965E is #E069A1. Grayscale: #6C6C6C. Windows color (decimal): -14707106 or 6198815. OLE color: 6198815.

HSL color Cylindrical-coordinate representation of color #1F965E: hue angle of 151.76º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F965E is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB3115094-
CMYK0.7900.370.41
HSL151.76º65.75%35.49%-
HSV(B)151.76º79.33%58.82%-
XYZ13.4922.9114.3-
YUV108.04120.0873.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.27%
GREEN value IS 150 (58.98% from 255) = 54.55%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=11.27%
G=54.55%
B=34.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31150940.7900.370.41151.7665.7535.49
Hex1F965E4F02529984223
Octal372261361170455123010243
Binary1111110010110101111010011110100101101001100110001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F965E; }

 p { color: rgb(31,150,94); }

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

<style>
 a { background-color: #1F965E; }

 a { background-color: rgb(31,150,94); }

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

<style>
 span { border-color: #1F965E; }

 span { border-color: rgb(31,150,94); }

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