Html Css Color HEX #2E331B Green Waterloo

📋 copy color: '#2E331B'

red 46 ◦ green 51 ◦ blue 27

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

Shades of Green Waterloo #2E331B

Tints of Green Waterloo #2E331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.13%

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

R = 37.1%
G = 41.13%
B = 21.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#2E331B (or 0x2E331B) is known color: Green Waterloo. HEX triplet: 2E, 33 and 1B. RGB value is (46,51,27). Sum of RGB (Red+Green+Blue) = 46+51+27=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #2E331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E331B is #D1CCE4. Grayscale: #2E2E2E. Windows color (decimal): -13749477 or 1782574. OLE color: 1782574.

HSL color Cylindrical-coordinate representation of color #2E331B: hue angle of 72.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E331B is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 46 51 27 -
CMYK 0.10 0 0.47 0.8
HSL 72.5º 0.31% 0.15% -
HSV(B) 72.5º 0.47% 0.2% -
XYZ 2.51 3.03 1.49 -
YUV 46.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 46 51 27 0.10 0 0.47 0.8 72.5 0.31 0.15
Hex 2E 33 1B A 0 2F 50 48 1F F
Octal 56 63 33 12 0 57 120 110 37 17
Binary 101110 110011 11011 1010 0 101111 1010000 1001000 11111 1111

Color Harmonies of #2E331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E331B

Black with #2E331B

Text Example


Text Example

White with #2E331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,51,27); }

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

background-color css

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

 a { background-color: rgb(46,51,27); }

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

border-color css

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

 span { border-color: rgb(46,51,27); }

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