#30775F

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

Shades of Genoa #30775F

Tints of Genoa #30775F

Color information

#30775F (or 0x30775F) is unknown color: approx Genoa. HEX triplet: 30, 77 and 5F. RGB value is (48,119,95). Sum of RGB (Red+Green+Blue) = 48+119+95=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #30775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30775F is #CF88A0. Grayscale: #5F5F5F. Windows color (decimal): -13600929 or 6256432. OLE color: 6256432.

HSL color Cylindrical-coordinate representation of color #30775F: hue angle of 159.72º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30775F is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB4811995-
CMYK0.6000.200.53
HSL159.72º42.51%32.75%-
HSV(B)159.72º59.66%46.67%-
XYZ9.8814.6513.13-
YUV95.04127.9894.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=18.32%
G=45.42%
B=36.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119950.6000.200.53159.7242.5132.75
Hex30775F3C01435a02b21
Octal6016713774024652405341
Binary1100001110111101111111110001010011010110100000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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