#308B77

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

Shades of Genoa #308B77

Tints of Genoa #308B77

Color information

#308B77 (or 0x308B77) is unknown color: approx Genoa. HEX triplet: 30, 8B and 77. RGB value is (48,139,119). Sum of RGB (Red+Green+Blue) = 48+139+119=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #308B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B77 is #CF7488. Grayscale: #6D6D6D. Windows color (decimal): -13595785 or 7834416. OLE color: 7834416.

HSL color Cylindrical-coordinate representation of color #308B77: hue angle of 166.81º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B77 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB48139119-
CMYK0.6500.140.45
HSL166.81º48.66%36.67%-
HSV(B)166.81º65.47%54.51%-
XYZ13.7820.4320.67-
YUV109.51133.3584.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 139 (54.69% from 255) = 45.42%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=15.69%
G=45.42%
B=38.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481391190.6500.140.45166.8148.6636.67
Hex308B77410E2Da73125
Octal60213167101016552476145
Binary11000010001011111011110000010111010110110100111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308B77; }

 p { color: rgb(48,139,119); }

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

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

 a { background-color: rgb(48,139,119); }

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

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

 span { border-color: rgb(48,139,119); }

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