Html Css Color HEX #2C311A Green Waterloo

📋 copy color: '#2C311A'

red 44 ◦ green 49 ◦ blue 26

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

Shades of Green Waterloo #2C311A

Tints of Green Waterloo #2C311A

RGB

 RED value IS 44 (17.58% from 255) = 36.97%

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

 BLUE value IS 26 (10.55% from 255) = 21.85%

R = 36.97%
G = 41.18%
B = 21.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#2C311A (or 0x2C311A) is known color: Green Waterloo. HEX triplet: 2C, 31 and 1A. RGB value is (44,49,26). Sum of RGB (Red+Green+Blue) = 44+49+26=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #2C311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C311A is #D3CEE5. Grayscale: #2C2C2C. Windows color (decimal): -13881062 or 1716524. OLE color: 1716524.

HSL color Cylindrical-coordinate representation of color #2C311A: hue angle of 73.04º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C311A is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 44 49 26 -
CMYK 0.10 0 0.47 0.81
HSL 73.04º 0.31% 0.15% -
HSV(B) 73.04º 0.47% 0.19% -
XYZ 2.32 2.81 1.4 -
YUV 44.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 44 49 26 0.10 0 0.47 0.81 73.04 0.31 0.15
Hex 2C 31 1A A 0 2F 51 49 1F F
Octal 54 61 32 12 0 57 121 111 37 17
Binary 101100 110001 11010 1010 0 101111 1010001 1001001 11111 1111

Color Harmonies of #2C311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C311A

Black with #2C311A

Text Example


Text Example

White with #2C311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,49,26); }

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

background-color css

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

 a { background-color: rgb(44,49,26); }

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

border-color css

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

 span { border-color: rgb(44,49,26); }

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