#2C300E

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

Shades of Green Waterloo #2C300E

Tints of Green Waterloo #2C300E

Color information

#2C300E (or 0x2C300E) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 0E. RGB value is (44,48,14). Sum of RGB (Red+Green+Blue) = 44+48+14=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2C300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C300E is #D3CFF1. Grayscale: #2B2B2B. Windows color (decimal): -13881330 or 929836. OLE color: 929836.

HSL color Cylindrical-coordinate representation of color #2C300E: hue angle of 67.06º 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 #2C300E is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB444814-
CMYK0.0800.710.81
HSL67.06º54.84%12.16%-
HSV(B)67.06º70.83%18.82%-
XYZ2.172.680.82-
YUV42.93111.67128.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.51%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=41.51%
G=45.28%
B=13.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448140.0800.710.8167.0654.8412.16
Hex2C30E8047514337c
Octal5460161001071211036714
Binary1011001100001110100001000111101000110000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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