#309269

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

Shades of Eucalyptus #309269

Tints of Eucalyptus #309269

Color information

#309269 (or 0x309269) is unknown color: approx Eucalyptus. HEX triplet: 30, 92 and 69. RGB value is (48,146,105). Sum of RGB (Red+Green+Blue) = 48+146+105=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #309269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309269 is #CF6D96. Grayscale: #707070. Windows color (decimal): -13594007 or 6918704. OLE color: 6918704.

HSL color Cylindrical-coordinate representation of color #309269: hue angle of 154.9º 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 #309269 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB48146105-
CMYK0.6700.280.43
HSL154.9º50.52%38.04%-
HSV(B)154.9º67.12%57.25%-
XYZ14.0522.2116.91-
YUV112.02124.0382.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=16.05%
G=48.83%
B=35.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461050.6700.280.43154.950.5238.04
Hex3092694301C2B9b3326
Octal60222151103034532336346
Binary110000100100101101001100001101110010101110011011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309269; }

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

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

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

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

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

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

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

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