Html Css Color HEX #2F311C Green Waterloo

📋 copy color: '#2F311C'

red 47 ◦ green 49 ◦ blue 28

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

Shades of Green Waterloo #2F311C

Tints of Green Waterloo #2F311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.58%

R = 37.9%
G = 39.52%
B = 22.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#2F311C (or 0x2F311C) is known color: Green Waterloo. HEX triplet: 2F, 31 and 1C. RGB value is (47,49,28). Sum of RGB (Red+Green+Blue) = 47+49+28=124 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.90% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #2F311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F311C is #D0CEE3. Grayscale: #2E2E2E. Windows color (decimal): -13684452 or 1847599. OLE color: 1847599.

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

Color convert

RGB 47 49 28 -
CMYK 0.04 0 0.43 0.81
HSL 65.71º 0.27% 0.15% -
HSV(B) 65.71º 0.43% 0.19% -
XYZ 2.48 2.88 1.52 -
YUV 46.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 47 49 28 0.04 0 0.43 0.81 65.71 0.27 0.15
Hex 2F 31 1C 4 0 2B 51 42 1B F
Octal 57 61 34 4 0 53 121 102 33 17
Binary 101111 110001 11100 100 0 101011 1010001 1000010 11011 1111

Color Harmonies of #2F311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F311C

Black with #2F311C

Text Example


Text Example

White with #2F311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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