#30866F

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

Shades of Genoa #30866F

Tints of Genoa #30866F

Color information

#30866F (or 0x30866F) is unknown color: approx Genoa. HEX triplet: 30, 86 and 6F. RGB value is (48,134,111). Sum of RGB (Red+Green+Blue) = 48+134+111=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #30866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30866F is #CF7990. Grayscale: #696969. Windows color (decimal): -13597073 or 7308848. OLE color: 7308848.

HSL color Cylindrical-coordinate representation of color #30866F: hue angle of 163.95º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30866F is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB48134111-
CMYK0.6400.170.47
HSL163.95º47.25%35.69%-
HSV(B)163.95º64.18%52.55%-
XYZ12.6118.8318.01-
YUV105.66131.0186.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=16.38%
G=45.73%
B=37.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481341110.6400.170.47163.9547.2535.69
Hex30866F400112Fa42f24
Octal60206157100021572445744
Binary110000100001101101111100000001000110111110100100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,134,111); }

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

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

 a { background-color: rgb(48,134,111); }

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

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

 span { border-color: rgb(48,134,111); }

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