#30925D

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

Shades of Eucalyptus #30925D

Tints of Eucalyptus #30925D

Color information

#30925D (or 0x30925D) is unknown color: approx Eucalyptus. HEX triplet: 30, 92 and 5D. RGB value is (48,146,93). Sum of RGB (Red+Green+Blue) = 48+146+93=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #30925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30925D is #CF6DA2. Grayscale: #6E6E6E. Windows color (decimal): -13594019 or 6132272. OLE color: 6132272.

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

Color convert

RGB4814693-
CMYK0.6700.360.43
HSL147.55º50.52%38.04%-
HSV(B)147.55º67.12%57.25%-
XYZ13.4721.9813.89-
YUV110.66118.0383.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=16.72%
G=50.87%
B=32.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48146930.6700.360.43147.5550.5238.04
Hex30925D430242B943326
Octal60222135103044532246346
Binary1100001001001010111011000011010010010101110010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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