Html Css Color HEX #2C301D Green Waterloo

📋 copy color: '#2C301D'

red 44 ◦ green 48 ◦ blue 29

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

Shades of Green Waterloo #2C301D

Tints of Green Waterloo #2C301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.97%

R = 36.36%
G = 39.67%
B = 23.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#2C301D (or 0x2C301D) is known color: Green Waterloo. HEX triplet: 2C, 30 and 1D. RGB value is (44,48,29). Sum of RGB (Red+Green+Blue) = 44+48+29=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #2C301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C301D is #D3CFE2. Grayscale: #2C2C2C. Windows color (decimal): -13881315 or 1912876. OLE color: 1912876.

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

Color convert

RGB 44 48 29 -
CMYK 0.08 0 0.40 0.81
HSL 72.63º 0.25% 0.15% -
HSV(B) 72.63º 0.4% 0.19% -
XYZ 2.32 2.74 1.57 -
YUV 44.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 44 48 29 0.08 0 0.40 0.81 72.63 0.25 0.15
Hex 2C 30 1D 8 0 28 51 49 19 F
Octal 54 60 35 10 0 50 121 111 31 17
Binary 101100 110000 11101 1000 0 101000 1010001 1001001 11001 1111

Color Harmonies of #2C301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C301D

Black with #2C301D

Text Example


Text Example

White with #2C301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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