Html Css Color HEX #2C301C Green Waterloo

📋 copy color: '#2C301C'

red 44 ◦ green 48 ◦ blue 28

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

Shades of Green Waterloo #2C301C

Tints of Green Waterloo #2C301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.33%

R = 36.67%
G = 40%
B = 23.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#2C301C (or 0x2C301C) is known color: Green Waterloo. HEX triplet: 2C, 30 and 1C. RGB value is (44,48,28). Sum of RGB (Red+Green+Blue) = 44+48+28=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #2C301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C301C is #D3CFE3. Grayscale: #2C2C2C. Windows color (decimal): -13881316 or 1847340. OLE color: 1847340.

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

Color convert

RGB 44 48 28 -
CMYK 0.08 0 0.42 0.81
HSL 72º 0.26% 0.15% -
HSV(B) 72º 0.42% 0.19% -
XYZ 2.31 2.73 1.5 -
YUV 44.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 44 48 28 0.08 0 0.42 0.81 72 0.26 0.15
Hex 2C 30 1C 8 0 2A 51 48 1A F
Octal 54 60 34 10 0 52 121 110 32 17
Binary 101100 110000 11100 1000 0 101010 1010001 1001000 11010 1111

Color Harmonies of #2C301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C301C

Black with #2C301C

Text Example


Text Example

White with #2C301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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