#30312A

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

Shades of Green Waterloo #30312A

Tints of Green Waterloo #30312A

Color information

#30312A (or 0x30312A) is unknown color: approx Green Waterloo. HEX triplet: 30, 31 and 2A. RGB value is (48,49,42). Sum of RGB (Red+Green+Blue) = 48+49+42=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 49 - color contains mainly: green. Hex color #30312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30312A is #CFCED5. Grayscale: #2F2F2F. Windows color (decimal): -13618902 or 2765104. OLE color: 2765104.

HSL color Cylindrical-coordinate representation of color #30312A: hue angle of 68.57º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #30312A is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB484942-
CMYK0.0200.140.81
HSL68.57º7.69%17.84%-
HSV(B)68.57º14.29%19.22%-
XYZ2.742.992.62-
YUV47.9124.67128.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=34.53%
G=35.25%
B=30.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849420.0200.140.8168.577.6917.84
Hex30312A20E5145812
Octal60615220161211051022
Binary110000110001101010100111010100011000101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,49,42); }

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

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

 a { background-color: rgb(48,49,42); }

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

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

 span { border-color: rgb(48,49,42); }

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