#2D310F

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

Shades of Green Waterloo #2D310F

Tints of Green Waterloo #2D310F

Color information

#2D310F (or 0x2D310F) is unknown color: approx Green Waterloo. HEX triplet: 2D, 31 and 0F. RGB value is (45,49,15). Sum of RGB (Red+Green+Blue) = 45+49+15=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #2D310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D310F is #D2CEF0. Grayscale: #2C2C2C. Windows color (decimal): -13815537 or 995629. OLE color: 995629.

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

Color convert

RGB454915-
CMYK0.0800.690.81
HSL67.06º53.12%12.55%-
HSV(B)67.06º69.39%19.22%-
XYZ2.272.790.87-
YUV43.93111.67128.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.28%
GREEN value IS 49 (19.53% from 255) = 44.95%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=41.28%
G=44.95%
B=13.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4549150.0800.690.8167.0653.1212.55
Hex2D31F8045514335d
Octal5561171001051211036515
Binary1011011100011111100001000101101000110000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,49,15); }

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

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

 a { background-color: rgb(45,49,15); }

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

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

 span { border-color: rgb(45,49,15); }

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