Html Css Color HEX #2E3010 Green Waterloo

📋 copy color: '#2E3010'

red 46 ◦ green 48 ◦ blue 16

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

Shades of Green Waterloo #2E3010

Tints of Green Waterloo #2E3010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 43.64%

 BLUE value IS 16 (6.64% from 255) = 14.55%

R = 41.82%
G = 43.64%
B = 14.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#2E3010 (or 0x2E3010) is known color: Green Waterloo. HEX triplet: 2E, 30 and 10. RGB value is (46,48,16). Sum of RGB (Red+Green+Blue) = 46+48+16=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3010 is #D1CFEF. Grayscale: #2B2B2B. Windows color (decimal): -13750256 or 1060910. OLE color: 1060910.

HSL color Cylindrical-coordinate representation of color #2E3010: hue angle of 63.75º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E3010 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 48 16 -
CMYK 0.04 0 0.67 0.81
HSL 63.75º 0.5% 0.13% -
HSV(B) 63.75º 0.67% 0.19% -
XYZ 2.28 2.73 0.9 -
YUV 43.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 46 48 16 0.04 0 0.67 0.81 63.75 0.5 0.13
Hex 2E 30 10 4 0 43 51 40 32 D
Octal 56 60 20 4 0 103 121 100 62 15
Binary 101110 110000 10000 100 0 1000011 1010001 1000000 110010 1101

Color Harmonies of #2E3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3010

Black with #2E3010

Text Example


Text Example

White with #2E3010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,48,16); }

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

background-color css

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

 a { background-color: rgb(46,48,16); }

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

border-color css

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

 span { border-color: rgb(46,48,16); }

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