#2D3005

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

Shades of Green Waterloo #2D3005

Tints of Green Waterloo #2D3005

Color information

#2D3005 (or 0x2D3005) is unknown color: approx Green Waterloo. HEX triplet: 2D, 30 and 05. RGB value is (45,48,5). Sum of RGB (Red+Green+Blue) = 45+48+5=98 (12% of max value = 765). Red value is 45 (17.97% from 255 or 45.92% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3005 is #D2CFFA. Grayscale: #2A2A2A. Windows color (decimal): -13815803 or 340013. OLE color: 340013.

HSL color Cylindrical-coordinate representation of color #2D3005: hue angle of 64.19º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D3005 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB45485-
CMYK0.0600.900.81
HSL64.19º81.13%10.39%-
HSV(B)64.19º89.58%18.82%-
XYZ2.172.680.55-
YUV42.2107.01130-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45.92%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=45.92%
G=48.98%
B=5.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal454850.0600.900.8164.1981.1310.39
Hex2D305605A514051a
Octal556056013212110012112
Binary101101110000101110010110101010001100000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,48,5); }

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

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

 a { background-color: rgb(45,48,5); }

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

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

 span { border-color: rgb(45,48,5); }

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