Html Css Color HEX #2C310E Green Waterloo

📋 copy color: '#2C310E'

red 44 ◦ green 49 ◦ blue 14

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

Shades of Green Waterloo #2C310E

Tints of Green Waterloo #2C310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.08%

R = 41.12%
G = 45.79%
B = 13.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#2C310E (or 0x2C310E) is known color: Green Waterloo. HEX triplet: 2C, 31 and 0E. RGB value is (44,49,14). Sum of RGB (Red+Green+Blue) = 44+49+14=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #2C310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C310E is #D3CEF1. Grayscale: #2B2B2B. Windows color (decimal): -13881074 or 930092. OLE color: 930092.

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

Color convert

RGB 44 49 14 -
CMYK 0.10 0 0.71 0.81
HSL 68.57º 0.56% 0.12% -
HSV(B) 68.57º 0.71% 0.19% -
XYZ 2.22 2.76 0.83 -
YUV 43.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 44 49 14 0.10 0 0.71 0.81 68.57 0.56 0.12
Hex 2C 31 E A 0 47 51 45 38 C
Octal 54 61 16 12 0 107 121 105 70 14
Binary 101100 110001 1110 1010 0 1000111 1010001 1000101 111000 1100

Color Harmonies of #2C310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C310E

Black with #2C310E

Text Example


Text Example

White with #2C310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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