#2C2F1B

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

Shades of Green Waterloo #2C2F1B

Tints of Green Waterloo #2C2F1B

Color information

#2C2F1B (or 0x2C2F1B) is unknown color: approx Green Waterloo. HEX triplet: 2C, 2F and 1B. RGB value is (44,47,27). Sum of RGB (Red+Green+Blue) = 44+47+27=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #2C2F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2F1B is #D3D0E4. Grayscale: #2B2B2B. Windows color (decimal): -13881573 or 1781548. OLE color: 1781548.

HSL color Cylindrical-coordinate representation of color #2C2F1B: hue angle of 69º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C2F1B is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB444727-
CMYK0.0600.430.82
HSL69º27.03%14.51%-
HSV(B)69º42.55%18.43%-
XYZ2.252.651.43-
YUV43.82118.51128.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.29%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=37.29%
G=39.83%
B=22.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4447270.0600.430.826927.0314.51
Hex2C2F1B602B52451bf
Octal54573360531221053317
Binary10110010111111011110010101110100101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,47,27); }

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

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

 a { background-color: rgb(44,47,27); }

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

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

 span { border-color: rgb(44,47,27); }

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