Html Css Color HEX #292E2A Gordons Green

📋 copy color: '#292E2A'

red 41 ◦ green 46 ◦ blue 42

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

Shades of Gordons Green #292E2A

Tints of Gordons Green #292E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.56%

R = 31.78%
G = 35.66%
B = 32.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#292E2A (or 0x292E2A) is known color: Gordons Green. HEX triplet: 29, 2E and 2A. RGB value is (41,46,42). Sum of RGB (Red+Green+Blue) = 41+46+42=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 46 - color contains mainly: green. Hex color #292E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E2A is #D6D1D5. Grayscale: #2C2C2C. Windows color (decimal): -14078422 or 2764329. OLE color: 2764329.

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

Color convert

RGB 41 46 42 -
CMYK 0.11 0 0.09 0.82
HSL 132º 0.06% 0.17% -
HSV(B) 132º 0.11% 0.18% -
XYZ 2.31 2.59 2.57 -
YUV 44.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 41 46 42 0.11 0 0.09 0.82 132 0.06 0.17
Hex 29 2E 2A B 0 9 52 84 6 11
Octal 51 56 52 13 0 11 122 204 6 21
Binary 101001 101110 101010 1011 0 1001 1010010 10000100 110 10001

Color Harmonies of #292E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E2A

Black with #292E2A

Text Example


Text Example

White with #292E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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