#1F995E

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

Shades of Eucalyptus #1F995E

Tints of Eucalyptus #1F995E

Color information

#1F995E (or 0x1F995E) is unknown color: approx Eucalyptus. HEX triplet: 1F, 99 and 5E. RGB value is (31,153,94). Sum of RGB (Red+Green+Blue) = 31+153+94=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #1F995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F995E is #E066A1. Grayscale: #6D6D6D. Windows color (decimal): -14706338 or 6199583. OLE color: 6199583.

HSL color Cylindrical-coordinate representation of color #1F995E: hue angle of 150.98º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F995E is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB3115394-
CMYK0.8000.390.4
HSL150.98º66.3%36.08%-
HSV(B)150.98º79.74%60%-
XYZ13.9823.8814.46-
YUV109.8119.0871.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=11.15%
G=55.04%
B=33.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31153940.8000.390.4150.9866.336.08
Hex1F995E5002728974224
Octal372311361200475022710244
Binary1111110011001101111010100000100111101000100101111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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