Html Css Color HEX #2C3014 Green Waterloo

📋 copy color: '#2C3014'

red 44 ◦ green 48 ◦ blue 20

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

Shades of Green Waterloo #2C3014

Tints of Green Waterloo #2C3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 39.29%
G = 42.86%
B = 17.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#2C3014 (or 0x2C3014) is known color: Green Waterloo. HEX triplet: 2C, 30 and 14. RGB value is (44,48,20). Sum of RGB (Red+Green+Blue) = 44+48+20=112 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.29% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3014 is #D3CFEB. Grayscale: #2B2B2B. Windows color (decimal): -13881324 or 1323052. OLE color: 1323052.

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

Color convert

RGB 44 48 20 -
CMYK 0.08 0 0.58 0.81
HSL 68.57º 0.41% 0.13% -
HSV(B) 68.57º 0.58% 0.19% -
XYZ 2.22 2.7 1.07 -
YUV 43.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 44 48 20 0.08 0 0.58 0.81 68.57 0.41 0.13
Hex 2C 30 14 8 0 3A 51 45 29 D
Octal 54 60 24 10 0 72 121 105 51 15
Binary 101100 110000 10100 1000 0 111010 1010001 1000101 101001 1101

Color Harmonies of #2C3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3014

Black with #2C3014

Text Example


Text Example

White with #2C3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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