#2F311A

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

Shades of Green Waterloo #2F311A

Tints of Green Waterloo #2F311A

Color information

#2F311A (or 0x2F311A) is unknown color: approx Green Waterloo. HEX triplet: 2F, 31 and 1A. RGB value is (47,49,26). Sum of RGB (Red+Green+Blue) = 47+49+26=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #2F311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F311A is #D0CEE5. Grayscale: #2D2D2D. Windows color (decimal): -13684454 or 1716527. OLE color: 1716527.

HSL color Cylindrical-coordinate representation of color #2F311A: hue angle of 65.22º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F311A is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB474926-
CMYK0.0400.470.81
HSL65.22º30.67%14.71%-
HSV(B)65.22º46.94%19.22%-
XYZ2.462.881.4-
YUV45.78116.84128.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.52%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=38.52%
G=40.16%
B=21.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749260.0400.470.8165.2230.6714.71
Hex2F311A402F51411ff
Octal57613240571211013717
Binary10111111000111010100010111110100011000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,26); }

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

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

 a { background-color: rgb(47,49,26); }

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

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

 span { border-color: rgb(47,49,26); }

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