#309C6B

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

Shades of Eucalyptus #309C6B

Tints of Eucalyptus #309C6B

Color information

#309C6B (or 0x309C6B) is unknown color: approx Eucalyptus. HEX triplet: 30, 9C and 6B. RGB value is (48,156,107). Sum of RGB (Red+Green+Blue) = 48+156+107=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #309C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C6B is #CF6394. Grayscale: #767676. Windows color (decimal): -13591445 or 7052336. OLE color: 7052336.

HSL color Cylindrical-coordinate representation of color #309C6B: hue angle of 152.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C6B is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB48156107-
CMYK0.6900.310.39
HSL152.78º52.94%40%-
HSV(B)152.78º69.23%61.18%-
XYZ15.7625.4717.99-
YUV118.12121.7277.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=15.43%
G=50.16%
B=34.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481561070.6900.310.39152.7852.9440
Hex309C6B4501F27993528
Octal60234153105037472316550
Binary110000100111001101011100010101111110011110011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309C6B; }

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

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

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

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

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

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

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

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