#1F9C5A

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

Shades of Eucalyptus #1F9C5A

Tints of Eucalyptus #1F9C5A

Color information

#1F9C5A (or 0x1F9C5A) is unknown color: approx Eucalyptus. HEX triplet: 1F, 9C and 5A. RGB value is (31,156,90). Sum of RGB (Red+Green+Blue) = 31+156+90=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C5A is #E063A5. Grayscale: #6F6F6F. Windows color (decimal): -14705574 or 5938207. OLE color: 5938207.

HSL color Cylindrical-coordinate representation of color #1F9C5A: hue angle of 148.32º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C5A is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB3115690-
CMYK0.8000.420.39
HSL148.32º66.84%36.67%-
HSV(B)148.32º80.13%61.18%-
XYZ14.324.8113.71-
YUV111.1116.0970.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.19%
GREEN value IS 156 (61.33% from 255) = 56.32%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=11.19%
G=56.32%
B=32.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31156900.8000.420.39148.3266.8436.67
Hex1F9C5A5002A27944325
Octal372341321200524722410345
Binary1111110011100101101010100000101010100111100101001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,156,90); }

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

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

 a { background-color: rgb(31,156,90); }

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

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

 span { border-color: rgb(31,156,90); }

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