#1F9C5C

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

Shades of Eucalyptus #1F9C5C

Tints of Eucalyptus #1F9C5C

Color information

#1F9C5C (or 0x1F9C5C) is unknown color: approx Eucalyptus. HEX triplet: 1F, 9C and 5C. RGB value is (31,156,92). Sum of RGB (Red+Green+Blue) = 31+156+92=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C5C is #E063A3. Grayscale: #6F6F6F. Windows color (decimal): -14705572 or 6069279. OLE color: 6069279.

HSL color Cylindrical-coordinate representation of color #1F9C5C: hue angle of 149.28º 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 #1F9C5C is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB3115692-
CMYK0.8000.410.39
HSL149.28º66.84%36.67%-
HSV(B)149.28º80.13%61.18%-
XYZ14.3924.8414.16-
YUV111.33117.0970.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 156 (61.33% from 255) = 55.91%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=11.11%
G=55.91%
B=32.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31156920.8000.410.39149.2866.8436.67
Hex1F9C5C5002927954325
Octal372341341200514722510345
Binary1111110011100101110010100000101001100111100101011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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