Html Css Color HEX #292E09 Green Waterloo

📋 copy color: '#292E09'

red 41 ◦ green 46 ◦ blue 9

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

Shades of Green Waterloo #292E09

Tints of Green Waterloo #292E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.38%

R = 42.71%
G = 47.92%
B = 9.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.82

RGB Variations

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

Color information

#292E09 (or 0x292E09) is known color: Green Waterloo. HEX triplet: 29, 2E and 09. RGB value is (41,46,9). Sum of RGB (Red+Green+Blue) = 41+46+9=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #292E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E09 is #D6D1F6. Grayscale: #282828. Windows color (decimal): -14078455 or 601641. OLE color: 601641.

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

Color convert

RGB 41 46 9 -
CMYK 0.11 0 0.80 0.82
HSL 68.11º 0.67% 0.11% -
HSV(B) 68.11º 0.8% 0.18% -
XYZ 1.94 2.45 0.63 -
YUV 40.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 41 46 9 0.11 0 0.80 0.82 68.11 0.67 0.11
Hex 29 2E 9 B 0 50 52 44 43 B
Octal 51 56 11 13 0 120 122 104 103 13
Binary 101001 101110 1001 1011 0 1010000 1010010 1000100 1000011 1011

Color Harmonies of #292E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E09

Black with #292E09

Text Example


Text Example

White with #292E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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