Html Css Color HEX #2E2F22 Green Waterloo

📋 copy color: '#2E2F22'

red 46 ◦ green 47 ◦ blue 34

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

Shades of Green Waterloo #2E2F22

Tints of Green Waterloo #2E2F22

RGB

 RED value IS 46 (18.36% from 255) = 36.22%

 GREEN value IS 47 (18.75% from 255) = 37.01%

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

R = 36.22%
G = 37.01%
B = 26.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#2E2F22 (or 0x2E2F22) is known color: Green Waterloo. HEX triplet: 2E, 2F and 22. RGB value is (46,47,34). Sum of RGB (Red+Green+Blue) = 46+47+34=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F22 is #D1D0DD. Grayscale: #2D2D2D. Windows color (decimal): -13750494 or 2240302. OLE color: 2240302.

HSL color Cylindrical-coordinate representation of color #2E2F22: hue angle of 64.62º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2F22 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 47 34 -
CMYK 0.02 0 0.28 0.82
HSL 64.62º 0.16% 0.16% -
HSV(B) 64.62º 0.28% 0.18% -
XYZ 2.43 2.73 1.91 -
YUV 45.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 46 47 34 0.02 0 0.28 0.82 64.62 0.16 0.16
Hex 2E 2F 22 2 0 1C 52 41 10 10
Octal 56 57 42 2 0 34 122 101 20 20
Binary 101110 101111 100010 10 0 11100 1010010 1000001 10000 10000

Color Harmonies of #2E2F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2F22

Black with #2E2F22

Text Example


Text Example

White with #2E2F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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