#30330E

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

Shades of Green Waterloo #30330E

Tints of Green Waterloo #30330E

Color information

#30330E (or 0x30330E) is unknown color: approx Green Waterloo. HEX triplet: 30, 33 and 0E. RGB value is (48,51,14). Sum of RGB (Red+Green+Blue) = 48+51+14=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #30330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30330E is #CFCCF1. Grayscale: #2E2E2E. Windows color (decimal): -13618418 or 930608. OLE color: 930608.

HSL color Cylindrical-coordinate representation of color #30330E: hue angle of 64.86º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30330E is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB485114-
CMYK0.0600.730.8
HSL64.86º56.92%12.75%-
HSV(B)64.86º72.55%20%-
XYZ2.483.030.87-
YUV45.89110.01129.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=42.48%
G=45.13%
B=12.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851140.0600.730.864.8656.9212.75
Hex3033E6049504139d
Octal606316601111201017115
Binary110000110011111011001001001101000010000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30330E; }

 p { color: rgb(48,51,14); }

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

<style>
 a { background-color: #30330E; }

 a { background-color: rgb(48,51,14); }

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

<style>
 span { border-color: #30330E; }

 span { border-color: rgb(48,51,14); }

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