Html Css Color HEX #29302A Gordons Green

📋 copy color: '#29302A'

red 41 ◦ green 48 ◦ blue 42

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

Shades of Gordons Green #29302A

Tints of Gordons Green #29302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.64%

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

R = 31.3%
G = 36.64%
B = 32.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#29302A (or 0x29302A) is known color: Gordons Green. HEX triplet: 29, 30 and 2A. RGB value is (41,48,42). Sum of RGB (Red+Green+Blue) = 41+48+42=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 48 - color contains mainly: green. Hex color #29302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29302A is #D6CFD5. Grayscale: #2D2D2D. Windows color (decimal): -14077910 or 2764841. OLE color: 2764841.

HSL color Cylindrical-coordinate representation of color #29302A: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #29302A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 42 -
CMYK 0.15 0 0.13 0.81
HSL 128.57º 0.08% 0.17% -
HSV(B) 128.57º 0.15% 0.19% -
XYZ 2.39 2.75 2.6 -
YUV 45.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 41 48 42 0.15 0 0.13 0.81 128.57 0.08 0.17
Hex 29 30 2A F 0 D 51 81 8 11
Octal 51 60 52 17 0 15 121 201 10 21
Binary 101001 110000 101010 1111 0 1101 1010001 10000001 1000 10001

Color Harmonies of #29302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29302A

Black with #29302A

Text Example


Text Example

White with #29302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29302A; }

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

 H1.HeaderClassName
 {
   color: #29302A;
 }
 .AnyTagClassName
 {
   color: #29302A;
 }
</style>

background-color css

<style>
 a { background-color: #29302A; }

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

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

border-color css

<style>
 span { border-color: #29302A; }

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

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