Html Css Color HEX #2C300C Green Waterloo

📋 copy color: '#2C300C'

red 44 ◦ green 48 ◦ blue 12

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

Shades of Green Waterloo #2C300C

Tints of Green Waterloo #2C300C

RGB

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

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

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

R = 42.31%
G = 46.15%
B = 11.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#2C300C (or 0x2C300C) is known color: Green Waterloo. HEX triplet: 2C, 30 and 0C. RGB value is (44,48,12). Sum of RGB (Red+Green+Blue) = 44+48+12=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #2C300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C300C is #D3CFF3. Grayscale: #2A2A2A. Windows color (decimal): -13881332 or 798764. OLE color: 798764.

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

Color convert

RGB 44 48 12 -
CMYK 0.08 0 0.75 0.81
HSL 66.67º 0.6% 0.12% -
HSV(B) 66.67º 0.75% 0.19% -
XYZ 2.16 2.68 0.75 -
YUV 42.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 44 48 12 0.08 0 0.75 0.81 66.67 0.6 0.12
Hex 2C 30 C 8 0 4B 51 43 3C C
Octal 54 60 14 10 0 113 121 103 74 14
Binary 101100 110000 1100 1000 0 1001011 1010001 1000011 111100 1100

Color Harmonies of #2C300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C300C

Black with #2C300C

Text Example


Text Example

White with #2C300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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