#30755F

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

Shades of Genoa #30755F

Tints of Genoa #30755F

Color information

#30755F (or 0x30755F) is unknown color: approx Genoa. HEX triplet: 30, 75 and 5F. RGB value is (48,117,95). Sum of RGB (Red+Green+Blue) = 48+117+95=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #30755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30755F is #CF8AA0. Grayscale: #5D5D5D. Windows color (decimal): -13601441 or 6255920. OLE color: 6255920.

HSL color Cylindrical-coordinate representation of color #30755F: hue angle of 160.87º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30755F is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB4811795-
CMYK0.5900.190.54
HSL160.87º41.82%32.35%-
HSV(B)160.87º58.97%45.88%-
XYZ9.6514.1813.05-
YUV93.86128.6495.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=18.46%
G=45%
B=36.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117950.5900.190.54160.8741.8232.35
Hex30755F3B01336a12a20
Octal6016513773023662415240
Binary1100001110101101111111101101001111011010100001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30755F; }

 p { color: rgb(48,117,95); }

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

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

 a { background-color: rgb(48,117,95); }

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

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

 span { border-color: rgb(48,117,95); }

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