#2D300F

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

Shades of Green Waterloo #2D300F

Tints of Green Waterloo #2D300F

Color information

#2D300F (or 0x2D300F) is unknown color: approx Green Waterloo. HEX triplet: 2D, 30 and 0F. RGB value is (45,48,15). Sum of RGB (Red+Green+Blue) = 45+48+15=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #2D300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D300F is #D2CFF0. Grayscale: #2B2B2B. Windows color (decimal): -13815793 or 995373. OLE color: 995373.

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

Color convert

RGB454815-
CMYK0.0600.690.81
HSL65.45º52.38%12.35%-
HSV(B)65.45º68.75%18.82%-
XYZ2.232.710.86-
YUV43.34112.01129.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.67%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=41.67%
G=44.44%
B=13.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4548150.0600.690.8165.4552.3812.35
Hex2D30F6045514134c
Octal556017601051211016414
Binary101101110000111111001000101101000110000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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