Html Css Color HEX #2C300B Green Waterloo

📋 copy color: '#2C300B'

red 44 ◦ green 48 ◦ blue 11

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

Shades of Green Waterloo #2C300B

Tints of Green Waterloo #2C300B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.68%

R = 42.72%
G = 46.6%
B = 10.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#2C300B (or 0x2C300B) is known color: Green Waterloo. HEX triplet: 2C, 30 and 0B. RGB value is (44,48,11). Sum of RGB (Red+Green+Blue) = 44+48+11=103 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.72% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #2C300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C300B is #D3CFF4. Grayscale: #2A2A2A. Windows color (decimal): -13881333 or 733228. OLE color: 733228.

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

Color convert

RGB 44 48 11 -
CMYK 0.08 0 0.77 0.81
HSL 66.49º 0.63% 0.12% -
HSV(B) 66.49º 0.77% 0.19% -
XYZ 2.16 2.67 0.72 -
YUV 42.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 44 48 11 0.08 0 0.77 0.81 66.49 0.63 0.12
Hex 2C 30 B 8 0 4D 51 42 3F C
Octal 54 60 13 10 0 115 121 102 77 14
Binary 101100 110000 1011 1000 0 1001101 1010001 1000010 111111 1100

Color Harmonies of #2C300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C300B

Black with #2C300B

Text Example


Text Example

White with #2C300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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