#2D300E

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

Shades of Green Waterloo #2D300E

Tints of Green Waterloo #2D300E

Color information

#2D300E (or 0x2D300E) is unknown color: approx Green Waterloo. HEX triplet: 2D, 30 and 0E. RGB value is (45,48,14). Sum of RGB (Red+Green+Blue) = 45+48+14=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #2D300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D300E is #D2CFF1. Grayscale: #2B2B2B. Windows color (decimal): -13815794 or 929837. OLE color: 929837.

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

Color convert

RGB454814-
CMYK0.0600.710.81
HSL65.29º54.84%12.16%-
HSV(B)65.29º70.83%18.82%-
XYZ2.222.70.82-
YUV43.23111.51129.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.06%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=42.06%
G=44.86%
B=13.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4548140.0600.710.8165.2954.8412.16
Hex2D30E6047514137c
Octal556016601071211016714
Binary101101110000111011001000111101000110000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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