Html Css Color HEX #2C3019 Green Waterloo

📋 copy color: '#2C3019'

red 44 ◦ green 48 ◦ blue 25

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

Shades of Green Waterloo #2C3019

Tints of Green Waterloo #2C3019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.37%

R = 37.61%
G = 41.03%
B = 21.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#2C3019 (or 0x2C3019) is known color: Green Waterloo. HEX triplet: 2C, 30 and 19. RGB value is (44,48,25). Sum of RGB (Red+Green+Blue) = 44+48+25=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3019 is #D3CFE6. Grayscale: #2C2C2C. Windows color (decimal): -13881319 or 1650732. OLE color: 1650732.

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

Color convert

RGB 44 48 25 -
CMYK 0.08 0 0.48 0.81
HSL 70.43º 0.32% 0.14% -
HSV(B) 70.43º 0.48% 0.19% -
XYZ 2.27 2.72 1.32 -
YUV 44.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 44 48 25 0.08 0 0.48 0.81 70.43 0.32 0.14
Hex 2C 30 19 8 0 30 51 46 20 E
Octal 54 60 31 10 0 60 121 106 40 16
Binary 101100 110000 11001 1000 0 110000 1010001 1000110 100000 1110

Color Harmonies of #2C3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3019

Black with #2C3019

Text Example


Text Example

White with #2C3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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