#30706D

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

Shades of Genoa #30706D

Tints of Genoa #30706D

Color information

#30706D (or 0x30706D) is unknown color: approx Genoa. HEX triplet: 30, 70 and 6D. RGB value is (48,112,109). Sum of RGB (Red+Green+Blue) = 48+112+109=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #30706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30706D is #CF8F92. Grayscale: #5C5C5C. Windows color (decimal): -13602707 or 7172144. OLE color: 7172144.

HSL color Cylindrical-coordinate representation of color #30706D: hue angle of 177.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30706D is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB48112109-
CMYK0.5700.030.56
HSL177.19º40%31.37%-
HSV(B)177.19º57.14%43.92%-
XYZ9.7713.3216.52-
YUV92.52137.396.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=17.84%
G=41.64%
B=40.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481121090.5700.030.56177.194031.37
Hex30706D390338b1281f
Octal601601557103702615037
Binary110000111000011011011110010111110001011000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30706D; }

 p { color: rgb(48,112,109); }

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

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

 a { background-color: rgb(48,112,109); }

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

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

 span { border-color: rgb(48,112,109); }

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