#30321F

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

Shades of Green Waterloo #30321F

Tints of Green Waterloo #30321F

Color information

#30321F (or 0x30321F) is unknown color: approx Green Waterloo. HEX triplet: 30, 32 and 1F. RGB value is (48,50,31). Sum of RGB (Red+Green+Blue) = 48+50+31=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #30321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30321F is #CFCDE0. Grayscale: #2F2F2F. Windows color (decimal): -13618657 or 2044464. OLE color: 2044464.

HSL color Cylindrical-coordinate representation of color #30321F: hue angle of 66.32º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30321F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB485031-
CMYK0.0400.380.80
HSL66.32º23.46%15.88%-
HSV(B)66.32º38%19.61%-
XYZ2.613.011.74-
YUV47.24118.84128.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=37.21%
G=38.76%
B=24.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850310.0400.380.8066.3223.4615.88
Hex30321F402650421710
Octal60623740461201022720
Binary110000110010111111000100110101000010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30321F; }

 p { color: rgb(48,50,31); }

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

<style>
 a { background-color: #30321F; }

 a { background-color: rgb(48,50,31); }

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

<style>
 span { border-color: #30321F; }

 span { border-color: rgb(48,50,31); }

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