Html Css Color HEX #292E03 Green Waterloo

📋 copy color: '#292E03'

red 41 ◦ green 46 ◦ blue 3

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

Shades of Green Waterloo #292E03

Tints of Green Waterloo #292E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.33%

R = 45.56%
G = 51.11%
B = 3.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.82

RGB Variations

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

Color information

#292E03 (or 0x292E03) is known color: Green Waterloo. HEX triplet: 29, 2E and 03. RGB value is (41,46,3). Sum of RGB (Red+Green+Blue) = 41+46+3=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #292E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E03 is #D6D1FC. Grayscale: #272727. Windows color (decimal): -14078461 or 208425. OLE color: 208425.

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

Color convert

RGB 41 46 3 -
CMYK 0.11 0 0.93 0.82
HSL 66.98º 0.88% 0.1% -
HSV(B) 66.98º 0.93% 0.18% -
XYZ 1.91 2.43 0.46 -
YUV 39.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 41 46 3 0.11 0 0.93 0.82 66.98 0.88 0.1
Hex 29 2E 3 B 0 5D 52 43 58 A
Octal 51 56 3 13 0 135 122 103 130 12
Binary 101001 101110 11 1011 0 1011101 1010010 1000011 1011000 1010

Color Harmonies of #292E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E03

Black with #292E03

Text Example


Text Example

White with #292E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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