#309962

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

Shades of Eucalyptus #309962

Tints of Eucalyptus #309962

Color information

#309962 (or 0x309962) is unknown color: approx Eucalyptus. HEX triplet: 30, 99 and 62. RGB value is (48,153,98). Sum of RGB (Red+Green+Blue) = 48+153+98=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #309962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309962 is #CF669D. Grayscale: #737373. Windows color (decimal): -13592222 or 6461744. OLE color: 6461744.

HSL color Cylindrical-coordinate representation of color #309962: hue angle of 148.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309962 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB4815398-
CMYK0.6900.360.4
HSL148.57º52.24%39.41%-
HSV(B)148.57º68.63%60%-
XYZ14.8124.2915.46-
YUV115.34118.2179.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=16.05%
G=51.17%
B=32.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153980.6900.360.4148.5752.2439.41
Hex3099624502428953427
Octal60231142105044502256447
Binary1100001001100111000101000101010010010100010010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309962; }

 p { color: rgb(48,153,98); }

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

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

 a { background-color: rgb(48,153,98); }

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

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

 span { border-color: rgb(48,153,98); }

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