#2D300A

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

Shades of Green Waterloo #2D300A

Tints of Green Waterloo #2D300A

Color information

#2D300A (or 0x2D300A) is unknown color: approx Green Waterloo. HEX triplet: 2D, 30 and 0A. RGB value is (45,48,10). Sum of RGB (Red+Green+Blue) = 45+48+10=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #2D300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D300A is #D2CFF5. Grayscale: #2A2A2A. Windows color (decimal): -13815798 or 667693. OLE color: 667693.

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

Color convert

RGB454810-
CMYK0.0600.790.81
HSL64.74º65.52%11.37%-
HSV(B)64.74º79.17%18.82%-
XYZ2.192.690.69-
YUV42.77109.51129.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 43.69%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=43.69%
G=46.60%
B=9.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4548100.0600.790.8164.7465.5211.37
Hex2D30A604F514142b
Octal5560126011712110110213
Binary1011011100001010110010011111010001100000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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