Html Css Color HEX #2C2E10 Green Waterloo

📋 copy color: '#2C2E10'

red 44 ◦ green 46 ◦ blue 16

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

Shades of Green Waterloo #2C2E10

Tints of Green Waterloo #2C2E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 43.4%

 BLUE value IS 16 (6.64% from 255) = 15.09%

R = 41.51%
G = 43.4%
B = 15.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.82

RGB Variations

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

Color information

#2C2E10 (or 0x2C2E10) is known color: Green Waterloo. HEX triplet: 2C, 2E and 10. RGB value is (44,46,16). Sum of RGB (Red+Green+Blue) = 44+46+16=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #2C2E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2E10 is #D3D1EF. Grayscale: #2A2A2A. Windows color (decimal): -13881840 or 1060396. OLE color: 1060396.

HSL color Cylindrical-coordinate representation of color #2C2E10: hue angle of 64º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C2E10 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.

Color convert

RGB 44 46 16 -
CMYK 0.04 0 0.65 0.82
HSL 64º 0.48% 0.12% -
HSV(B) 64º 0.65% 0.18% -
XYZ 2.11 2.53 0.87 -
YUV 41.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 44 46 16 0.04 0 0.65 0.82 64 0.48 0.12
Hex 2C 2E 10 4 0 41 52 40 30 C
Octal 54 56 20 4 0 101 122 100 60 14
Binary 101100 101110 10000 100 0 1000001 1010010 1000000 110000 1100

Color Harmonies of #2C2E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2E10

Black with #2C2E10

Text Example


Text Example

White with #2C2E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,46,16); }

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

background-color css

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

 a { background-color: rgb(44,46,16); }

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

border-color css

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

 span { border-color: rgb(44,46,16); }

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