Html Css Color HEX #292E04 Green Waterloo

📋 copy color: '#292E04'

red 41 ◦ green 46 ◦ blue 4

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

Shades of Green Waterloo #292E04

Tints of Green Waterloo #292E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.4%

R = 45.05%
G = 50.55%
B = 4.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.82

RGB Variations

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

Color information

#292E04 (or 0x292E04) is known color: Green Waterloo. HEX triplet: 29, 2E and 04. RGB value is (41,46,4). Sum of RGB (Red+Green+Blue) = 41+46+4=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #292E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E04 is #D6D1FB. Grayscale: #272727. Windows color (decimal): -14078460 or 273961. OLE color: 273961.

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

Color convert

RGB 41 46 4 -
CMYK 0.11 0 0.91 0.82
HSL 67.14º 0.84% 0.1% -
HSV(B) 67.14º 0.91% 0.18% -
XYZ 1.91 2.43 0.48 -
YUV 39.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 41 46 4 0.11 0 0.91 0.82 67.14 0.84 0.1
Hex 29 2E 4 B 0 5B 52 43 54 A
Octal 51 56 4 13 0 133 122 103 124 12
Binary 101001 101110 100 1011 0 1011011 1010010 1000011 1010100 1010

Color Harmonies of #292E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E04

Black with #292E04

Text Example


Text Example

White with #292E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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