Html Css Color HEX #2E3103 Green Waterloo

📋 copy color: '#2E3103'

red 46 ◦ green 49 ◦ blue 3

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

Shades of Green Waterloo #2E3103

Tints of Green Waterloo #2E3103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 46.94%
G = 50%
B = 3.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#2E3103 (or 0x2E3103) is known color: Green Waterloo. HEX triplet: 2E, 31 and 03. RGB value is (46,49,3). Sum of RGB (Red+Green+Blue) = 46+49+3=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3103 is #D1CEFC. Grayscale: #2B2B2B. Windows color (decimal): -13750013 or 209198. OLE color: 209198.

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

Color convert

RGB 46 49 3 -
CMYK 0.06 0 0.94 0.81
HSL 63.91º 0.88% 0.1% -
HSV(B) 63.91º 0.94% 0.19% -
XYZ 2.24 2.78 0.51 -
YUV 42.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 46 49 3 0.06 0 0.94 0.81 63.91 0.88 0.1
Hex 2E 31 3 6 0 5E 51 40 58 A
Octal 56 61 3 6 0 136 121 100 130 12
Binary 101110 110001 11 110 0 1011110 1010001 1000000 1011000 1010

Color Harmonies of #2E3103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3103

Black with #2E3103

Text Example


Text Example

White with #2E3103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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