Html Css Color HEX #2E2F29 Green Waterloo

📋 copy color: '#2E2F29'

red 46 ◦ green 47 ◦ blue 41

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

Shades of Green Waterloo #2E2F29

Tints of Green Waterloo #2E2F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 34.33%
G = 35.07%
B = 30.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2E2F29 (or 0x2E2F29) is known color: Green Waterloo. HEX triplet: 2E, 2F and 29. RGB value is (46,47,41). Sum of RGB (Red+Green+Blue) = 46+47+41=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 47 - color contains mainly: green. Hex color #2E2F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F29 is #D1D0D6. Grayscale: #2E2E2E. Windows color (decimal): -13750487 or 2699054. OLE color: 2699054.

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

Color convert

RGB 46 47 41 -
CMYK 0.02 0 0.13 0.82
HSL 70º 0.07% 0.17% -
HSV(B) 70º 0.13% 0.18% -
XYZ 2.54 2.77 2.5 -
YUV 46.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 46 47 41 0.02 0 0.13 0.82 70 0.07 0.17
Hex 2E 2F 29 2 0 D 52 46 7 11
Octal 56 57 51 2 0 15 122 106 7 21
Binary 101110 101111 101001 10 0 1101 1010010 1000110 111 10001

Color Harmonies of #2E2F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2F29

Black with #2E2F29

Text Example


Text Example

White with #2E2F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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