#309263

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

Shades of Eucalyptus #309263

Tints of Eucalyptus #309263

Color information

#309263 (or 0x309263) is unknown color: approx Eucalyptus. HEX triplet: 30, 92 and 63. RGB value is (48,146,99). Sum of RGB (Red+Green+Blue) = 48+146+99=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #309263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309263 is #CF6D9C. Grayscale: #6F6F6F. Windows color (decimal): -13594013 or 6525488. OLE color: 6525488.

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

Color convert

RGB4814699-
CMYK0.6700.320.43
HSL151.22º50.52%38.04%-
HSV(B)151.22º67.12%57.25%-
XYZ13.7522.0915.34-
YUV111.34121.0382.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=16.38%
G=49.83%
B=33.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48146990.6700.320.43151.2250.5238.04
Hex309263430202B973326
Octal60222143103040532276346
Binary1100001001001011000111000011010000010101110010111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309263; }

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

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

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

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

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

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

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

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