#30926C

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

Shades of Eucalyptus #30926C

Tints of Eucalyptus #30926C

Color information

#30926C (or 0x30926C) is unknown color: approx Eucalyptus. HEX triplet: 30, 92 and 6C. RGB value is (48,146,108). Sum of RGB (Red+Green+Blue) = 48+146+108=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #30926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30926C is #CF6D93. Grayscale: #707070. Windows color (decimal): -13594004 or 7115312. OLE color: 7115312.

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

Color convert

RGB48146108-
CMYK0.6700.260.43
HSL156.73º50.52%38.04%-
HSV(B)156.73º67.12%57.25%-
XYZ14.222.2717.74-
YUV112.37125.5382.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 146 (57.42% from 255) = 48.34%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=15.89%
G=48.34%
B=35.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461080.6700.260.43156.7350.5238.04
Hex30926C4301A2B9d3326
Octal60222154103032532356346
Binary110000100100101101100100001101101010101110011101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30926C; }

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

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

<style>
 a { background-color: #30926C; }

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

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

<style>
 span { border-color: #30926C; }

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

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