#2C2F0D

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

Shades of Green Waterloo #2C2F0D

Tints of Green Waterloo #2C2F0D

Color information

#2C2F0D (or 0x2C2F0D) is unknown color: approx Green Waterloo. HEX triplet: 2C, 2F and 0D. RGB value is (44,47,13). Sum of RGB (Red+Green+Blue) = 44+47+13=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #2C2F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2F0D is #D3D0F2. Grayscale: #2A2A2A. Windows color (decimal): -13881587 or 864044. OLE color: 864044.

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

Color convert

RGB444713-
CMYK0.0600.720.82
HSL65.29º56.67%11.76%-
HSV(B)65.29º72.34%18.43%-
XYZ2.132.60.77-
YUV42.23111.51129.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.31%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=42.31%
G=45.19%
B=12.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4447130.0600.720.8265.2956.6711.76
Hex2C2FD6048524139c
Octal545715601101221017114
Binary101100101111110111001001000101001010000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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