#2C3007

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

Shades of Green Waterloo #2C3007

Tints of Green Waterloo #2C3007

Color information

#2C3007 (or 0x2C3007) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 07. RGB value is (44,48,7). Sum of RGB (Red+Green+Blue) = 44+48+7=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3007 is #D3CFF8. Grayscale: #2A2A2A. Windows color (decimal): -13881337 or 471084. OLE color: 471084.

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

Color convert

RGB44487-
CMYK0.0800.850.81
HSL65.85º74.55%10.78%-
HSV(B)65.85º85.42%18.82%-
XYZ2.132.660.6-
YUV42.13108.17129.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.44%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 7 (3.12% from 255) = 7.07%
R=44.44%
G=48.48%
B=7.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal444870.0800.850.8165.8574.5510.78
Hex2C307805551424bb
Octal5460710012512110211313
Binary1011001100001111000010101011010001100001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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