#30925E

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

Shades of Eucalyptus #30925E

Tints of Eucalyptus #30925E

Color information

#30925E (or 0x30925E) is unknown color: approx Eucalyptus. HEX triplet: 30, 92 and 5E. RGB value is (48,146,94). Sum of RGB (Red+Green+Blue) = 48+146+94=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #30925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30925E is #CF6DA1. Grayscale: #6E6E6E. Windows color (decimal): -13594018 or 6197808. OLE color: 6197808.

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

Color convert

RGB4814694-
CMYK0.6700.360.43
HSL148.16º50.52%38.04%-
HSV(B)148.16º67.12%57.25%-
XYZ13.5221.9914.12-
YUV110.77118.5383.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=16.67%
G=50.69%
B=32.64%

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
Decimal48146940.6700.360.43148.1650.5238.04
Hex30925E430242B943326
Octal60222136103044532246346
Binary1100001001001010111101000011010010010101110010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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