#30826A

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

Shades of Genoa #30826A

Tints of Genoa #30826A

Color information

#30826A (or 0x30826A) is unknown color: approx Genoa. HEX triplet: 30, 82 and 6A. RGB value is (48,130,106). Sum of RGB (Red+Green+Blue) = 48+130+106=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #30826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30826A is #CF7D95. Grayscale: #666666. Windows color (decimal): -13598102 or 6980144. OLE color: 6980144.

HSL color Cylindrical-coordinate representation of color #30826A: hue angle of 162.44º 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 #30826A is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB48130106-
CMYK0.6300.180.49
HSL162.44º46.07%34.9%-
HSV(B)162.44º63.08%50.98%-
XYZ11.817.6316.42-
YUV102.75129.8388.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=16.90%
G=45.77%
B=37.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481301060.6300.180.49162.4446.0734.9
Hex30826A3F01231a22e23
Octal6020215277022612425643
Binary11000010000010110101011111101001011000110100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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