#2D300C

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

Shades of Green Waterloo #2D300C

Tints of Green Waterloo #2D300C

Color information

#2D300C (or 0x2D300C) is unknown color: approx Green Waterloo. HEX triplet: 2D, 30 and 0C. RGB value is (45,48,12). Sum of RGB (Red+Green+Blue) = 45+48+12=105 (13% of max value = 765). Red value is 45 (17.97% from 255 or 42.86% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #2D300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D300C is #D2CFF3. Grayscale: #2B2B2B. Windows color (decimal): -13815796 or 798765. OLE color: 798765.

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

Color convert

RGB454812-
CMYK0.0600.750.81
HSL65º60%11.76%-
HSV(B)65º75%18.82%-
XYZ2.212.70.75-
YUV43110.51129.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.86%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=42.86%
G=45.71%
B=11.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4548120.0600.750.81656011.76
Hex2D30C604B51413cc
Octal556014601131211017414
Binary101101110000110011001001011101000110000011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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