Html Css Color HEX #2C301A Green Waterloo

📋 copy color: '#2C301A'

red 44 ◦ green 48 ◦ blue 26

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

Shades of Green Waterloo #2C301A

Tints of Green Waterloo #2C301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

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

R = 37.29%
G = 40.68%
B = 22.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#2C301A (or 0x2C301A) is known color: Green Waterloo. HEX triplet: 2C, 30 and 1A. RGB value is (44,48,26). Sum of RGB (Red+Green+Blue) = 44+48+26=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #2C301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C301A is #D3CFE5. Grayscale: #2C2C2C. Windows color (decimal): -13881318 or 1716268. OLE color: 1716268.

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

Color convert

RGB 44 48 26 -
CMYK 0.08 0 0.46 0.81
HSL 70.91º 0.3% 0.15% -
HSV(B) 70.91º 0.46% 0.19% -
XYZ 2.28 2.72 1.38 -
YUV 44.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 44 48 26 0.08 0 0.46 0.81 70.91 0.3 0.15
Hex 2C 30 1A 8 0 2E 51 47 1E F
Octal 54 60 32 10 0 56 121 107 36 17
Binary 101100 110000 11010 1000 0 101110 1010001 1000111 11110 1111

Color Harmonies of #2C301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C301A

Black with #2C301A

Text Example


Text Example

White with #2C301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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