Html Css Color HEX #2F3122 Green Waterloo

📋 copy color: '#2F3122'

red 47 ◦ green 49 ◦ blue 34

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

Shades of Green Waterloo #2F3122

Tints of Green Waterloo #2F3122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 26.15%

R = 36.15%
G = 37.69%
B = 26.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#2F3122 (or 0x2F3122) is known color: Green Waterloo. HEX triplet: 2F, 31 and 22. RGB value is (47,49,34). Sum of RGB (Red+Green+Blue) = 47+49+34=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 49 - color contains mainly: green. Hex color #2F3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3122 is #D0CEDD. Grayscale: #2E2E2E. Windows color (decimal): -13684446 or 2240815. OLE color: 2240815.

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

Color convert

RGB 47 49 34 -
CMYK 0.04 0 0.31 0.81
HSL 68º 0.18% 0.16% -
HSV(B) 68º 0.31% 0.19% -
XYZ 2.56 2.92 1.94 -
YUV 46.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 47 49 34 0.04 0 0.31 0.81 68 0.18 0.16
Hex 2F 31 22 4 0 1F 51 44 12 10
Octal 57 61 42 4 0 37 121 104 22 20
Binary 101111 110001 100010 100 0 11111 1010001 1000100 10010 10000

Color Harmonies of #2F3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3122

Black with #2F3122

Text Example


Text Example

White with #2F3122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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