Html Css Color HEX #29312B Gordons Green

📋 copy color: '#29312B'

red 41 ◦ green 49 ◦ blue 43

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

Shades of Gordons Green #29312B

Tints of Gordons Green #29312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.84%

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

R = 30.83%
G = 36.84%
B = 32.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#29312B (or 0x29312B) is known color: Gordons Green. HEX triplet: 29, 31 and 2B. RGB value is (41,49,43). Sum of RGB (Red+Green+Blue) = 41+49+43=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #29312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29312B is #D6CED4. Grayscale: #2D2D2D. Windows color (decimal): -14077653 or 2830633. OLE color: 2830633.

HSL color Cylindrical-coordinate representation of color #29312B: hue angle of 135º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #29312B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 49 43 -
CMYK 0.16 0 0.12 0.81
HSL 135º 0.09% 0.18% -
HSV(B) 135º 0.16% 0.19% -
XYZ 2.45 2.84 2.71 -
YUV 45.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 41 49 43 0.16 0 0.12 0.81 135 0.09 0.18
Hex 29 31 2B 10 0 C 51 87 9 12
Octal 51 61 53 20 0 14 121 207 11 22
Binary 101001 110001 101011 10000 0 1100 1010001 10000111 1001 10010

Color Harmonies of #29312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29312B

Black with #29312B

Text Example


Text Example

White with #29312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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