#30341C

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

Shades of Green Waterloo #30341C

Tints of Green Waterloo #30341C

Color information

#30341C (or 0x30341C) is unknown color: approx Green Waterloo. HEX triplet: 30, 34 and 1C. RGB value is (48,52,28). Sum of RGB (Red+Green+Blue) = 48+52+28=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #30341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30341C is #CFCBE3. Grayscale: #303030. Windows color (decimal): -13618148 or 1848368. OLE color: 1848368.

HSL color Cylindrical-coordinate representation of color #30341C: hue angle of 70º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30341C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB485228-
CMYK0.0800.460.80
HSL70º30%15.69%-
HSV(B)70º46.15%20.39%-
XYZ2.663.171.57-
YUV48.07116.67127.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=37.5%
G=40.62%
B=21.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4852280.0800.460.80703015.69
Hex30341C802E50461e10
Octal606434100561201063620
Binary1100001101001110010000101110101000010001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30341C; }

 p { color: rgb(48,52,28); }

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

<style>
 a { background-color: #30341C; }

 a { background-color: rgb(48,52,28); }

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

<style>
 span { border-color: #30341C; }

 span { border-color: rgb(48,52,28); }

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