#2F3110

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

Shades of Green Waterloo #2F3110

Tints of Green Waterloo #2F3110

Color information

#2F3110 (or 0x2F3110) is unknown color: approx Green Waterloo. HEX triplet: 2F, 31 and 10. RGB value is (47,49,16). Sum of RGB (Red+Green+Blue) = 47+49+16=112 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.96% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3110 is #D0CEEF. Grayscale: #2C2C2C. Windows color (decimal): -13684464 or 1061167. OLE color: 1061167.

HSL color Cylindrical-coordinate representation of color #2F3110: hue angle of 63.64º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F3110 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB474916-
CMYK0.0400.670.81
HSL63.64º50.77%12.75%-
HSV(B)63.64º67.35%19.22%-
XYZ2.362.840.91-
YUV44.64111.84129.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.96%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=41.96%
G=43.75%
B=14.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749160.0400.670.8163.6450.7712.75
Hex2F31104043514033d
Octal576120401031211006315
Binary1011111100011000010001000011101000110000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3110; }

 p { color: rgb(47,49,16); }

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

<style>
 a { background-color: #2F3110; }

 a { background-color: rgb(47,49,16); }

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

<style>
 span { border-color: #2F3110; }

 span { border-color: rgb(47,49,16); }

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