Html Css Color HEX #292E0A Green Waterloo

📋 copy color: '#292E0A'

red 41 ◦ green 46 ◦ blue 10

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

Shades of Green Waterloo #292E0A

Tints of Green Waterloo #292E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.31%

R = 42.27%
G = 47.42%
B = 10.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.82

RGB Variations

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

Color information

#292E0A (or 0x292E0A) is known color: Green Waterloo. HEX triplet: 29, 2E and 0A. RGB value is (41,46,10). Sum of RGB (Red+Green+Blue) = 41+46+10=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #292E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E0A is #D6D1F5. Grayscale: #282828. Windows color (decimal): -14078454 or 667177. OLE color: 667177.

HSL color Cylindrical-coordinate representation of color #292E0A: hue angle of 68.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292E0A is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 46 10 -
CMYK 0.11 0 0.78 0.82
HSL 68.33º 0.64% 0.11% -
HSV(B) 68.33º 0.78% 0.18% -
XYZ 1.95 2.45 0.66 -
YUV 40.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 41 46 10 0.11 0 0.78 0.82 68.33 0.64 0.11
Hex 29 2E A B 0 4E 52 44 40 B
Octal 51 56 12 13 0 116 122 104 100 13
Binary 101001 101110 1010 1011 0 1001110 1010010 1000100 1000000 1011

Color Harmonies of #292E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E0A

Black with #292E0A

Text Example


Text Example

White with #292E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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