#30331F

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

Shades of Green Waterloo #30331F

Tints of Green Waterloo #30331F

Color information

#30331F (or 0x30331F) is unknown color: approx Green Waterloo. HEX triplet: 30, 33 and 1F. RGB value is (48,51,31). Sum of RGB (Red+Green+Blue) = 48+51+31=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 51 - color contains mainly: green. Hex color #30331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30331F is #CFCCE0. Grayscale: #2F2F2F. Windows color (decimal): -13618401 or 2044720. OLE color: 2044720.

HSL color Cylindrical-coordinate representation of color #30331F: hue angle of 69º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30331F is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB485131-
CMYK0.0600.390.8
HSL69º24.39%16.08%-
HSV(B)69º39.22%20%-
XYZ2.653.091.75-
YUV47.82118.51128.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=36.92%
G=39.23%
B=23.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4851310.0600.390.86924.3916.08
Hex30331F602750451810
Octal60633760471201053020
Binary110000110011111111100100111101000010001011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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