#30836A

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

Shades of Genoa #30836A

Tints of Genoa #30836A

Color information

#30836A (or 0x30836A) is unknown color: approx Genoa. HEX triplet: 30, 83 and 6A. RGB value is (48,131,106). Sum of RGB (Red+Green+Blue) = 48+131+106=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #30836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30836A is #CF7C95. Grayscale: #676767. Windows color (decimal): -13597846 or 6980400. OLE color: 6980400.

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

Color convert

RGB48131106-
CMYK0.6300.190.49
HSL161.93º46.37%35.1%-
HSV(B)161.93º63.36%51.37%-
XYZ11.9417.916.46-
YUV103.33129.588.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=16.84%
G=45.96%
B=37.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481311060.6300.190.49161.9346.3735.1
Hex30836A3F01331a22e23
Octal6020315277023612425643
Binary11000010000011110101011111101001111000110100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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