#30986A

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

Shades of Eucalyptus #30986A

Tints of Eucalyptus #30986A

Color information

#30986A (or 0x30986A) is unknown color: approx Eucalyptus. HEX triplet: 30, 98 and 6A. RGB value is (48,152,106). Sum of RGB (Red+Green+Blue) = 48+152+106=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #30986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30986A is #CF6795. Grayscale: #737373. Windows color (decimal): -13592470 or 6985776. OLE color: 6985776.

HSL color Cylindrical-coordinate representation of color #30986A: hue angle of 153.46º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30986A is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB48152106-
CMYK0.6800.300.40
HSL153.46º52%39.22%-
HSV(B)153.46º68.42%59.61%-
XYZ15.0524.1317.5-
YUV115.66122.5479.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=15.69%
G=49.67%
B=34.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521060.6800.300.40153.465239.22
Hex30986A4401E28993427
Octal60230152104036502316447
Binary110000100110001101010100010001111010100010011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30986A; }

 p { color: rgb(48,152,106); }

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

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

 a { background-color: rgb(48,152,106); }

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

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

 span { border-color: rgb(48,152,106); }

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