#30836B

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

Shades of Genoa #30836B

Tints of Genoa #30836B

Color information

#30836B (or 0x30836B) is unknown color: approx Genoa. HEX triplet: 30, 83 and 6B. RGB value is (48,131,107). Sum of RGB (Red+Green+Blue) = 48+131+107=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #30836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30836B is #CF7C94. Grayscale: #676767. Windows color (decimal): -13597845 or 7045936. OLE color: 7045936.

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

Color convert

RGB48131107-
CMYK0.6300.180.49
HSL162.65º46.37%35.1%-
HSV(B)162.65º63.36%51.37%-
XYZ11.9917.9216.74-
YUV103.4513088.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=16.78%
G=45.80%
B=37.41%

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
Decimal481311070.6300.180.49162.6546.3735.1
Hex30836B3F01231a32e23
Octal6020315377022612435643
Binary11000010000011110101111111101001011000110100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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