Html Css Color HEX #2E320F Green Waterloo

📋 copy color: '#2E320F'

red 46 ◦ green 50 ◦ blue 15

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

Shades of Green Waterloo #2E320F

Tints of Green Waterloo #2E320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 41.44%
G = 45.05%
B = 13.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.80

RGB Variations

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

Color information

#2E320F (or 0x2E320F) is known color: Green Waterloo. HEX triplet: 2E, 32 and 0F. RGB value is (46,50,15). Sum of RGB (Red+Green+Blue) = 46+50+15=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #2E320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E320F is #D1CDF0. Grayscale: #2C2C2C. Windows color (decimal): -13749745 or 995886. OLE color: 995886.

HSL color Cylindrical-coordinate representation of color #2E320F: hue angle of 66.86º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E320F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 50 15 -
CMYK 0.08 0 0.70 0.80
HSL 66.86º 0.54% 0.13% -
HSV(B) 66.86º 0.7% 0.2% -
XYZ 2.35 2.9 0.89 -
YUV 44.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 46 50 15 0.08 0 0.70 0.80 66.86 0.54 0.13
Hex 2E 32 F 8 0 46 50 43 36 D
Octal 56 62 17 10 0 106 120 103 66 15
Binary 101110 110010 1111 1000 0 1000110 1010000 1000011 110110 1101

Color Harmonies of #2E320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E320F

Black with #2E320F

Text Example


Text Example

White with #2E320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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