#30936A

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

Shades of Eucalyptus #30936A

Tints of Eucalyptus #30936A

Color information

#30936A (or 0x30936A) is unknown color: approx Eucalyptus. HEX triplet: 30, 93 and 6A. RGB value is (48,147,106). Sum of RGB (Red+Green+Blue) = 48+147+106=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #30936A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30936A is #CF6C95. Grayscale: #707070. Windows color (decimal): -13593750 or 6984496. OLE color: 6984496.

HSL color Cylindrical-coordinate representation of color #30936A: hue angle of 155.15º 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 #30936A is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB48147106-
CMYK0.6700.280.42
HSL155.15º50.77%38.24%-
HSV(B)155.15º67.35%57.65%-
XYZ14.2522.5417.23-
YUV112.72124.281.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=15.95%
G=48.84%
B=35.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481471060.6700.280.42155.1550.7738.24
Hex30936A4301C2A9b3326
Octal60223152103034522336346
Binary110000100100111101010100001101110010101010011011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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