#30826F

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

Shades of Genoa #30826F

Tints of Genoa #30826F

Color information

#30826F (or 0x30826F) is unknown color: approx Genoa. HEX triplet: 30, 82 and 6F. RGB value is (48,130,111). Sum of RGB (Red+Green+Blue) = 48+130+111=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #30826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30826F is #CF7D90. Grayscale: #676767. Windows color (decimal): -13598097 or 7307824. OLE color: 7307824.

HSL color Cylindrical-coordinate representation of color #30826F: hue angle of 166.1º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30826F is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB48130111-
CMYK0.6300.150.49
HSL166.1º46.07%34.9%-
HSV(B)166.1º63.08%50.98%-
XYZ12.0717.7417.83-
YUV103.32132.3388.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=16.61%
G=44.98%
B=38.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481301110.6300.150.49166.146.0734.9
Hex30826F3F0F31a62e23
Octal6020215777017612465643
Binary1100001000001011011111111110111111000110100110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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