#30936B

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

Shades of Eucalyptus #30936B

Tints of Eucalyptus #30936B

Color information

#30936B (or 0x30936B) is unknown color: approx Eucalyptus. HEX triplet: 30, 93 and 6B. RGB value is (48,147,107). Sum of RGB (Red+Green+Blue) = 48+147+107=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #30936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30936B is #CF6C94. Grayscale: #707070. Windows color (decimal): -13593749 or 7050032. OLE color: 7050032.

HSL color Cylindrical-coordinate representation of color #30936B: hue angle of 155.76º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30936B is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB48147107-
CMYK0.6700.270.42
HSL155.76º50.77%38.24%-
HSV(B)155.76º67.35%57.65%-
XYZ14.3122.5617.51-
YUV112.84124.781.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=15.89%
G=48.68%
B=35.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481471070.6700.270.42155.7650.7738.24
Hex30936B4301B2A9c3326
Octal60223153103033522346346
Binary110000100100111101011100001101101110101010011100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,147,107); }

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

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

 a { background-color: rgb(48,147,107); }

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

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

 span { border-color: rgb(48,147,107); }

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