Html Css Color HEX #29392B Gordons Green

📋 copy color: '#29392B'

red 41 ◦ green 57 ◦ blue 43

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

Shades of Gordons Green #29392B

Tints of Gordons Green #29392B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.43%

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

R = 29.08%
G = 40.43%
B = 30.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#29392B (or 0x29392B) is known color: Gordons Green. HEX triplet: 29, 39 and 2B. RGB value is (41,57,43). Sum of RGB (Red+Green+Blue) = 41+57+43=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 57 - color contains mainly: green. Hex color #29392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29392B is #D6C6D4. Grayscale: #323232. Windows color (decimal): -14075605 or 2832681. OLE color: 2832681.

HSL color Cylindrical-coordinate representation of color #29392B: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #29392B is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 57 43 -
CMYK 0.28 0 0.25 0.78
HSL 127.5º 0.16% 0.19% -
HSV(B) 127.5º 0.28% 0.22% -
XYZ 2.81 3.57 2.83 -
YUV 50.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 41 57 43 0.28 0 0.25 0.78 127.5 0.16 0.19
Hex 29 39 2B 1C 0 19 4E 80 10 13
Octal 51 71 53 34 0 31 116 200 20 23
Binary 101001 111001 101011 11100 0 11001 1001110 10000000 10000 10011

Color Harmonies of #29392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29392B

Black with #29392B

Text Example


Text Example

White with #29392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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