#292E08

Color #292E08 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #292E08

Tints of Green Waterloo #292E08

Color information

#292E08 (or 0x292E08) is unknown color: approx Green Waterloo. HEX triplet: 29, 2E and 08. RGB value is (41,46,8). Sum of RGB (Red+Green+Blue) = 41+46+8=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #292E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E08 is #D6D1F7. Grayscale: #282828. Windows color (decimal): -14078456 or 536105. OLE color: 536105.

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

Color convert

RGB41468-
CMYK0.1100.830.82
HSL67.89º70.37%10.59%-
HSV(B)67.89º82.61%18.04%-
XYZ1.942.440.6-
YUV40.17109.84128.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.16%
GREEN value IS 46 (18.36% from 255) = 48.42%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=43.16%
G=48.42%
B=8.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal414680.1100.830.8267.8970.3710.59
Hex292E8B053524446b
Octal51561013012312210410613
Binary10100110111010001011010100111010010100010010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #292E08;
 }
 .AnyTagClassName
 {
   color: #292E08;
 }
</style>
background-color css

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

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

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

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

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

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