Html Css Color HEX #2C310C Green Waterloo

📋 copy color: '#2C310C'

red 44 ◦ green 49 ◦ blue 12

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

Shades of Green Waterloo #2C310C

Tints of Green Waterloo #2C310C

RGB

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

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

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

R = 41.9%
G = 46.67%
B = 11.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#2C310C (or 0x2C310C) is known color: Green Waterloo. HEX triplet: 2C, 31 and 0C. RGB value is (44,49,12). Sum of RGB (Red+Green+Blue) = 44+49+12=105 (13% of max value = 765). Red value is 44 (17.58% from 255 or 41.90% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #2C310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C310C is #D3CEF3. Grayscale: #2B2B2B. Windows color (decimal): -13881076 or 799020. OLE color: 799020.

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

Color convert

RGB 44 49 12 -
CMYK 0.10 0 0.76 0.81
HSL 68.11º 0.61% 0.12% -
HSV(B) 68.11º 0.76% 0.19% -
XYZ 2.2 2.76 0.76 -
YUV 43.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 44 49 12 0.10 0 0.76 0.81 68.11 0.61 0.12
Hex 2C 31 C A 0 4C 51 44 3D C
Octal 54 61 14 12 0 114 121 104 75 14
Binary 101100 110001 1100 1010 0 1001100 1010001 1000100 111101 1100

Color Harmonies of #2C310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C310C

Black with #2C310C

Text Example


Text Example

White with #2C310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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