#30965D

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

Shades of Eucalyptus #30965D

Tints of Eucalyptus #30965D

Color information

#30965D (or 0x30965D) is unknown color: approx Eucalyptus. HEX triplet: 30, 96 and 5D. RGB value is (48,150,93). Sum of RGB (Red+Green+Blue) = 48+150+93=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #30965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30965D is #CF69A2. Grayscale: #717171. Windows color (decimal): -13592995 or 6133296. OLE color: 6133296.

HSL color Cylindrical-coordinate representation of color #30965D: hue angle of 146.47º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30965D is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB4815093-
CMYK0.6800.380.41
HSL146.47º51.52%38.82%-
HSV(B)146.47º68%58.82%-
XYZ14.123.2314.1-
YUV113116.7181.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 150 (58.98% from 255) = 51.55%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=16.49%
G=51.55%
B=31.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48150930.6800.380.41146.4751.5238.82
Hex30965D4402629923427
Octal60226135104046512226447
Binary1100001001011010111011000100010011010100110010010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,150,93); }

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

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

 a { background-color: rgb(48,150,93); }

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

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

 span { border-color: rgb(48,150,93); }

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