Html Css Color HEX #292A29 Gordons Green

📋 copy color: '#292A29'

red 41 ◦ green 42 ◦ blue 41

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

Shades of Gordons Green #292A29

Tints of Gordons Green #292A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 33.06%

R = 33.06%
G = 33.87%
B = 33.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#292A29 (or 0x292A29) is known color: Gordons Green. HEX triplet: 29, 2A and 29. RGB value is (41,42,41). Sum of RGB (Red+Green+Blue) = 41+42+41=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 42 - color contains mainly: green. Hex color #292A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292A29 is #D6D5D6. Grayscale: #292929. Windows color (decimal): -14079447 or 2697769. OLE color: 2697769.

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

Color convert

RGB 41 42 41 -
CMYK 0.02 0 0.02 0.84
HSL 120º 0.01% 0.16% -
HSV(B) 120º 0.02% 0.16% -
XYZ 2.14 2.29 2.43 -
YUV 41.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 41 42 41 0.02 0 0.02 0.84 120 0.01 0.16
Hex 29 2A 29 2 0 2 54 78 1 10
Octal 51 52 51 2 0 2 124 170 1 20
Binary 101001 101010 101001 10 0 10 1010100 1111000 1 10000

Color Harmonies of #292A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292A29

Black with #292A29

Text Example


Text Example

White with #292A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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