#309266

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

Shades of Eucalyptus #309266

Tints of Eucalyptus #309266

Color information

#309266 (or 0x309266) is unknown color: approx Eucalyptus. HEX triplet: 30, 92 and 66. RGB value is (48,146,102). Sum of RGB (Red+Green+Blue) = 48+146+102=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #309266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309266 is #CF6D99. Grayscale: #6F6F6F. Windows color (decimal): -13594010 or 6722096. OLE color: 6722096.

HSL color Cylindrical-coordinate representation of color #309266: hue angle of 153.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309266 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB48146102-
CMYK0.6700.300.43
HSL153.06º50.52%38.04%-
HSV(B)153.06º67.12%57.25%-
XYZ13.922.1516.11-
YUV111.68122.5382.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=16.22%
G=49.32%
B=34.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461020.6700.300.43153.0650.5238.04
Hex3092664301E2B993326
Octal60222146103036532316346
Binary110000100100101100110100001101111010101110011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309266; }

 p { color: rgb(48,146,102); }

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

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

 a { background-color: rgb(48,146,102); }

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

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

 span { border-color: rgb(48,146,102); }

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