Html Css Color HEX #29422B Gordons Green

📋 copy color: '#29422B'

red 41 ◦ green 66 ◦ blue 43

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

Shades of Gordons Green #29422B

Tints of Gordons Green #29422B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 27.33%
G = 44%
B = 28.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#29422B (or 0x29422B) is known color: Gordons Green. HEX triplet: 29, 42 and 2B. RGB value is (41,66,43). Sum of RGB (Red+Green+Blue) = 41+66+43=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #29422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29422B is #D6BDD4. Grayscale: #373737. Windows color (decimal): -14073301 or 2834985. OLE color: 2834985.

HSL color Cylindrical-coordinate representation of color #29422B: hue angle of 124.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #29422B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 43 -
CMYK 0.38 0 0.35 0.74
HSL 124.8º 0.23% 0.21% -
HSV(B) 124.8º 0.38% 0.26% -
XYZ 3.3 4.54 2.99 -
YUV 55.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 41 66 43 0.38 0 0.35 0.74 124.8 0.23 0.21
Hex 29 42 2B 26 0 23 4A 7D 17 15
Octal 51 102 53 46 0 43 112 175 27 25
Binary 101001 1000010 101011 100110 0 100011 1001010 1111101 10111 10101

Color Harmonies of #29422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29422B

Black with #29422B

Text Example


Text Example

White with #29422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29422B; }

 p { color: rgb(41,66,43); }

 H1.HeaderClassName
 {
   color: #29422B;
 }
 .AnyTagClassName
 {
   color: #29422B;
 }
</style>

background-color css

<style>
 a { background-color: #29422B; }

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

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

border-color css

<style>
 span { border-color: #29422B; }

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

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