Html Css Color HEX #292A1E Green Waterloo

📋 copy color: '#292A1E'

red 41 ◦ green 42 ◦ blue 30

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

Shades of Green Waterloo #292A1E

Tints of Green Waterloo #292A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 37.17%

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 36.28%
G = 37.17%
B = 26.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#292A1E (or 0x292A1E) is known color: Green Waterloo. HEX triplet: 29, 2A and 1E. RGB value is (41,42,30). Sum of RGB (Red+Green+Blue) = 41+42+30=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 42 - color contains mainly: green. Hex color #292A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A1E is #D6D5E1. Grayscale: #282828. Windows color (decimal): -14079458 or 1976873. OLE color: 1976873.

HSL color Cylindrical-coordinate representation of color #292A1E: hue angle of 65º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #292A1E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 42 30 -
CMYK 0.02 0 0.29 0.84
HSL 65º 0.17% 0.14% -
HSV(B) 65º 0.29% 0.16% -
XYZ 1.98 2.22 1.55 -
YUV 40.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 41 42 30 0.02 0 0.29 0.84 65 0.17 0.14
Hex 29 2A 1E 2 0 1D 54 41 11 E
Octal 51 52 36 2 0 35 124 101 21 16
Binary 101001 101010 11110 10 0 11101 1010100 1000001 10001 1110

Color Harmonies of #292A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292A1E

Black with #292A1E

Text Example


Text Example

White with #292A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,42,30); }

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

background-color css

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

 a { background-color: rgb(41,42,30); }

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

border-color css

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

 span { border-color: rgb(41,42,30); }

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