Html Css Color HEX #2E310B Green Waterloo

📋 copy color: '#2E310B'

red 46 ◦ green 49 ◦ blue 11

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

Shades of Green Waterloo #2E310B

Tints of Green Waterloo #2E310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.38%

R = 43.4%
G = 46.23%
B = 10.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#2E310B (or 0x2E310B) is known color: Green Waterloo. HEX triplet: 2E, 31 and 0B. RGB value is (46,49,11). Sum of RGB (Red+Green+Blue) = 46+49+11=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #2E310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E310B is #D1CEF4. Grayscale: #2B2B2B. Windows color (decimal): -13750005 or 733486. OLE color: 733486.

HSL color Cylindrical-coordinate representation of color #2E310B: hue angle of 64.74º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E310B is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 49 11 -
CMYK 0.06 0 0.78 0.81
HSL 64.74º 0.63% 0.12% -
HSV(B) 64.74º 0.78% 0.19% -
XYZ 2.29 2.8 0.74 -
YUV 43.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 46 49 11 0.06 0 0.78 0.81 64.74 0.63 0.12
Hex 2E 31 B 6 0 4E 51 41 3F C
Octal 56 61 13 6 0 116 121 101 77 14
Binary 101110 110001 1011 110 0 1001110 1010001 1000001 111111 1100

Color Harmonies of #2E310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E310B

Black with #2E310B

Text Example


Text Example

White with #2E310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,11); }

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

background-color css

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

 a { background-color: rgb(46,49,11); }

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

border-color css

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

 span { border-color: rgb(46,49,11); }

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