Html Css Color HEX #2F311B Green Waterloo

📋 copy color: '#2F311B'

red 47 ◦ green 49 ◦ blue 27

#2F311B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #2F311B

Tints of Green Waterloo #2F311B

RGB

 RED value IS 47 (18.75% from 255) = 38.21%

 GREEN value IS 49 (19.53% from 255) = 39.84%

 BLUE value IS 27 (10.94% from 255) = 21.95%

R = 38.21%
G = 39.84%
B = 21.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#2F311B (or 0x2F311B) is known color: Green Waterloo. HEX triplet: 2F, 31 and 1B. RGB value is (47,49,27). Sum of RGB (Red+Green+Blue) = 47+49+27=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #2F311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F311B is #D0CEE4. Grayscale: #2D2D2D. Windows color (decimal): -13684453 or 1782063. OLE color: 1782063.

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

Color convert

RGB 47 49 27 -
CMYK 0.04 0 0.45 0.81
HSL 65.45º 0.29% 0.15% -
HSV(B) 65.45º 0.45% 0.19% -
XYZ 2.47 2.88 1.46 -
YUV 45.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 47 49 27 0.04 0 0.45 0.81 65.45 0.29 0.15
Hex 2F 31 1B 4 0 2D 51 41 1D F
Octal 57 61 33 4 0 55 121 101 35 17
Binary 101111 110001 11011 100 0 101101 1010001 1000001 11101 1111

Color Harmonies of #2F311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F311B

Black with #2F311B

Text Example


Text Example

White with #2F311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F311B;
 }
 .AnyTagClassName
 {
   color: #2F311B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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