#30996D

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

Shades of Eucalyptus #30996D

Tints of Eucalyptus #30996D

Color information

#30996D (or 0x30996D) is unknown color: approx Eucalyptus. HEX triplet: 30, 99 and 6D. RGB value is (48,153,109). Sum of RGB (Red+Green+Blue) = 48+153+109=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #30996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30996D is #CF6692. Grayscale: #747474. Windows color (decimal): -13592211 or 7182640. OLE color: 7182640.

HSL color Cylindrical-coordinate representation of color #30996D: hue angle of 154.86º 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 #30996D is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB48153109-
CMYK0.6900.290.4
HSL154.86º52.24%39.41%-
HSV(B)154.86º68.63%60%-
XYZ15.3724.5118.39-
YUV116.59123.7179.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=15.48%
G=49.35%
B=35.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481531090.6900.290.4154.8652.2439.41
Hex30996D4501D289b3427
Octal60231155105035502336447
Binary110000100110011101101100010101110110100010011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30996D; }

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

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

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

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

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

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

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

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