#2C3018

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

Shades of Green Waterloo #2C3018

Tints of Green Waterloo #2C3018

Color information

#2C3018 (or 0x2C3018) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 18. RGB value is (44,48,24). Sum of RGB (Red+Green+Blue) = 44+48+24=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3018 is #D3CFE7. Grayscale: #2C2C2C. Windows color (decimal): -13881320 or 1585196. OLE color: 1585196.

HSL color Cylindrical-coordinate representation of color #2C3018: hue angle of 70º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C3018 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB444824-
CMYK0.0800.50.81
HSL70º33.33%14.12%-
HSV(B)70º50%18.82%-
XYZ2.262.721.27-
YUV44.07116.67127.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.93%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=37.93%
G=41.38%
B=20.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448240.0800.50.817033.3314.12
Hex2C30188032514621e
Octal546030100621211064116
Binary1011001100001100010000110010101000110001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,48,24); }

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

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

 a { background-color: rgb(44,48,24); }

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

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

 span { border-color: rgb(44,48,24); }

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