Html Css Color HEX #292E10 Green Waterloo

📋 copy color: '#292E10'

red 41 ◦ green 46 ◦ blue 16

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

Shades of Green Waterloo #292E10

Tints of Green Waterloo #292E10

RGB

 RED value IS 41 (16.41% from 255) = 39.81%

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

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

R = 39.81%
G = 44.66%
B = 15.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.82

RGB Variations

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

Color information

#292E10 (or 0x292E10) is known color: Green Waterloo. HEX triplet: 29, 2E and 10. RGB value is (41,46,16). Sum of RGB (Red+Green+Blue) = 41+46+16=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #292E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E10 is #D6D1EF. Grayscale: #292929. Windows color (decimal): -14078448 or 1060393. OLE color: 1060393.

HSL color Cylindrical-coordinate representation of color #292E10: hue angle of 70º 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 #292E10 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 46 16 -
CMYK 0.11 0 0.65 0.82
HSL 70º 0.48% 0.12% -
HSV(B) 70º 0.65% 0.18% -
XYZ 1.98 2.46 0.86 -
YUV 41.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 41 46 16 0.11 0 0.65 0.82 70 0.48 0.12
Hex 29 2E 10 B 0 41 52 46 30 C
Octal 51 56 20 13 0 101 122 106 60 14
Binary 101001 101110 10000 1011 0 1000001 1010010 1000110 110000 1100

Color Harmonies of #292E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E10

Black with #292E10

Text Example


Text Example

White with #292E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292E10; }

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

 H1.HeaderClassName
 {
   color: #292E10;
 }
 .AnyTagClassName
 {
   color: #292E10;
 }
</style>

background-color css

<style>
 a { background-color: #292E10; }

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

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

border-color css

<style>
 span { border-color: #292E10; }

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

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