#2C300A

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

Shades of Green Waterloo #2C300A

Tints of Green Waterloo #2C300A

Color information

#2C300A (or 0x2C300A) is unknown color: approx Green Waterloo. HEX triplet: 2C, 30 and 0A. RGB value is (44,48,10). Sum of RGB (Red+Green+Blue) = 44+48+10=102 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.14% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #2C300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C300A is #D3CFF5. Grayscale: #2A2A2A. Windows color (decimal): -13881334 or 667692. OLE color: 667692.

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

Color convert

RGB444810-
CMYK0.0800.790.81
HSL66.32º65.52%11.37%-
HSV(B)66.32º79.17%18.82%-
XYZ2.152.670.69-
YUV42.47109.67129.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 43.14%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=43.14%
G=47.06%
B=9.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448100.0800.790.8166.3265.5211.37
Hex2C30A804F514242b
Octal54601210011712110210213
Binary10110011000010101000010011111010001100001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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