Html Css Color HEX #2E301E Green Waterloo

📋 copy color: '#2E301E'

red 46 ◦ green 48 ◦ blue 30

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

Shades of Green Waterloo #2E301E

Tints of Green Waterloo #2E301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 37.1%
G = 38.71%
B = 24.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#2E301E (or 0x2E301E) is known color: Green Waterloo. HEX triplet: 2E, 30 and 1E. RGB value is (46,48,30). Sum of RGB (Red+Green+Blue) = 46+48+30=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #2E301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E301E is #D1CFE1. Grayscale: #2D2D2D. Windows color (decimal): -13750242 or 1978414. OLE color: 1978414.

HSL color Cylindrical-coordinate representation of color #2E301E: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E301E is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 48 30 -
CMYK 0.04 0 0.37 0.81
HSL 66.67º 0.23% 0.15% -
HSV(B) 66.67º 0.38% 0.19% -
XYZ 2.42 2.79 1.64 -
YUV 45.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 46 48 30 0.04 0 0.37 0.81 66.67 0.23 0.15
Hex 2E 30 1E 4 0 25 51 43 17 F
Octal 56 60 36 4 0 45 121 103 27 17
Binary 101110 110000 11110 100 0 100101 1010001 1000011 10111 1111

Color Harmonies of #2E301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E301E

Black with #2E301E

Text Example


Text Example

White with #2E301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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