Html Css Color HEX #2E320C Green Waterloo

📋 copy color: '#2E320C'

red 46 ◦ green 50 ◦ blue 12

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

Shades of Green Waterloo #2E320C

Tints of Green Waterloo #2E320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.3%

 BLUE value IS 12 (5.08% from 255) = 11.11%

R = 42.59%
G = 46.3%
B = 11.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.80

RGB Variations

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

Color information

#2E320C (or 0x2E320C) is known color: Green Waterloo. HEX triplet: 2E, 32 and 0C. RGB value is (46,50,12). Sum of RGB (Red+Green+Blue) = 46+50+12=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #2E320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E320C is #D1CDF3. Grayscale: #2C2C2C. Windows color (decimal): -13749748 or 799278. OLE color: 799278.

HSL color Cylindrical-coordinate representation of color #2E320C: hue angle of 66.32º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E320C is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 50 12 -
CMYK 0.08 0 0.76 0.80
HSL 66.32º 0.61% 0.12% -
HSV(B) 66.32º 0.76% 0.2% -
XYZ 2.33 2.89 0.78 -
YUV 44.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 46 50 12 0.08 0 0.76 0.80 66.32 0.61 0.12
Hex 2E 32 C 8 0 4C 50 42 3D C
Octal 56 62 14 10 0 114 120 102 75 14
Binary 101110 110010 1100 1000 0 1001100 1010000 1000010 111101 1100

Color Harmonies of #2E320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E320C

Black with #2E320C

Text Example


Text Example

White with #2E320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,12); }

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

background-color css

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

 a { background-color: rgb(46,50,12); }

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

border-color css

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

 span { border-color: rgb(46,50,12); }

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