#30925B

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

Shades of Eucalyptus #30925B

Tints of Eucalyptus #30925B

Color information

#30925B (or 0x30925B) is unknown color: approx Eucalyptus. HEX triplet: 30, 92 and 5B. RGB value is (48,146,91). Sum of RGB (Red+Green+Blue) = 48+146+91=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #30925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30925B is #CF6DA4. Grayscale: #6E6E6E. Windows color (decimal): -13594021 or 6001200. OLE color: 6001200.

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

Color convert

RGB4814691-
CMYK0.6700.380.43
HSL146.33º50.52%38.04%-
HSV(B)146.33º67.12%57.25%-
XYZ13.3921.9413.43-
YUV110.43117.0383.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=16.84%
G=51.23%
B=31.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48146910.6700.380.43146.3350.5238.04
Hex30925B430262B923326
Octal60222133103046532226346
Binary1100001001001010110111000011010011010101110010010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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