#1FA268

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

Shades of Eucalyptus #1FA268

Tints of Eucalyptus #1FA268

Color information

#1FA268 (or 0x1FA268) is unknown color: approx Eucalyptus. HEX triplet: 1F, A2 and 68. RGB value is (31,162,104). Sum of RGB (Red+Green+Blue) = 31+162+104=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA268 is #E05D97. Grayscale: #747474. Windows color (decimal): -14704024 or 6857247. OLE color: 6857247.

HSL color Cylindrical-coordinate representation of color #1FA268: hue angle of 153.44º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA268 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB31162104-
CMYK0.8100.360.36
HSL153.44º67.88%37.84%-
HSV(B)153.44º80.86%63.53%-
XYZ15.9827.1317.49-
YUV116.22121.167.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=10.44%
G=54.55%
B=35.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311621040.8100.360.36153.4467.8837.84
Hex1FA2685102424994426
Octal372421501210444423110446
Binary1111110100010110100010100010100100100100100110011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,104); }

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

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

 a { background-color: rgb(31,162,104); }

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

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

 span { border-color: rgb(31,162,104); }

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