#2D310A

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

Shades of Green Waterloo #2D310A

Tints of Green Waterloo #2D310A

Color information

#2D310A (or 0x2D310A) is unknown color: approx Green Waterloo. HEX triplet: 2D, 31 and 0A. RGB value is (45,49,10). Sum of RGB (Red+Green+Blue) = 45+49+10=104 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.27% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #2D310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D310A is #D2CEF5. Grayscale: #2B2B2B. Windows color (decimal): -13815542 or 667949. OLE color: 667949.

HSL color Cylindrical-coordinate representation of color #2D310A: hue angle of 66.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D310A is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB454910-
CMYK0.0800.800.81
HSL66.15º66.1%11.57%-
HSV(B)66.15º79.59%19.22%-
XYZ2.242.780.71-
YUV43.36109.17129.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 43.27%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=43.27%
G=47.12%
B=9.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4549100.0800.800.8166.1566.111.57
Hex2D31A8050514242c
Octal55611210012012110210214
Binary10110111000110101000010100001010001100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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