Html Css Color HEX #2C3013 Green Waterloo

📋 copy color: '#2C3013'

red 44 ◦ green 48 ◦ blue 19

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

Shades of Green Waterloo #2C3013

Tints of Green Waterloo #2C3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 39.64%
G = 43.24%
B = 17.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#2C3013 (or 0x2C3013) is known color: Green Waterloo. HEX triplet: 2C, 30 and 13. RGB value is (44,48,19). Sum of RGB (Red+Green+Blue) = 44+48+19=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3013 is #D3CFEC. Grayscale: #2B2B2B. Windows color (decimal): -13881325 or 1257516. OLE color: 1257516.

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

Color convert

RGB 44 48 19 -
CMYK 0.08 0 0.60 0.81
HSL 68.28º 0.43% 0.13% -
HSV(B) 68.28º 0.6% 0.19% -
XYZ 2.21 2.7 1.02 -
YUV 43.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 44 48 19 0.08 0 0.60 0.81 68.28 0.43 0.13
Hex 2C 30 13 8 0 3C 51 44 2B D
Octal 54 60 23 10 0 74 121 104 53 15
Binary 101100 110000 10011 1000 0 111100 1010001 1000100 101011 1101

Color Harmonies of #2C3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3013

Black with #2C3013

Text Example


Text Example

White with #2C3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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