#308965

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

Shades of Eucalyptus #308965

Tints of Eucalyptus #308965

Color information

#308965 (or 0x308965) is unknown color: approx Eucalyptus. HEX triplet: 30, 89 and 65. RGB value is (48,137,101). Sum of RGB (Red+Green+Blue) = 48+137+101=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #308965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308965 is #CF769A. Grayscale: #6A6A6A. Windows color (decimal): -13596315 or 6654256. OLE color: 6654256.

HSL color Cylindrical-coordinate representation of color #308965: hue angle of 155.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308965 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB48137101-
CMYK0.6500.260.46
HSL155.73º48.11%36.27%-
HSV(B)155.73º64.96%53.73%-
XYZ12.5119.4615.41-
YUV106.28125.0186.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 137 (53.91% from 255) = 47.90%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=16.78%
G=47.90%
B=35.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371010.6500.260.46155.7348.1136.27
Hex3089654101A2E9c3024
Octal60211145101032562346044
Binary110000100010011100101100000101101010111010011100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308965; }

 p { color: rgb(48,137,101); }

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

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

 a { background-color: rgb(48,137,101); }

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

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

 span { border-color: rgb(48,137,101); }

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