Html Css Color HEX #292E02 Green Waterloo

📋 copy color: '#292E02'

red 41 ◦ green 46 ◦ blue 2

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

Shades of Green Waterloo #292E02

Tints of Green Waterloo #292E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 46.07%
G = 51.69%
B = 2.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.82

RGB Variations

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

Color information

#292E02 (or 0x292E02) is known color: Green Waterloo. HEX triplet: 29, 2E and 02. RGB value is (41,46,2). Sum of RGB (Red+Green+Blue) = 41+46+2=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #292E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E02 is #D6D1FD. Grayscale: #272727. Windows color (decimal): -14078462 or 142889. OLE color: 142889.

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

Color convert

RGB 41 46 2 -
CMYK 0.11 0 0.96 0.82
HSL 66.82º 0.92% 0.09% -
HSV(B) 66.82º 0.96% 0.18% -
XYZ 1.9 2.43 0.43 -
YUV 39.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 41 46 2 0.11 0 0.96 0.82 66.82 0.92 0.09
Hex 29 2E 2 B 0 60 52 43 5C 9
Octal 51 56 2 13 0 140 122 103 134 11
Binary 101001 101110 10 1011 0 1100000 1010010 1000011 1011100 1001

Color Harmonies of #292E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E02

Black with #292E02

Text Example


Text Example

White with #292E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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