Html Css Color HEX #293029 Gordons Green

📋 copy color: '#293029'

red 41 ◦ green 48 ◦ blue 41

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

Shades of Gordons Green #293029

Tints of Gordons Green #293029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 31.54%

R = 31.54%
G = 36.92%
B = 31.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#293029 (or 0x293029) is known color: Gordons Green. HEX triplet: 29, 30 and 29. RGB value is (41,48,41). Sum of RGB (Red+Green+Blue) = 41+48+41=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #293029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293029 is #D6CFD6. Grayscale: #2D2D2D. Windows color (decimal): -14077911 or 2699305. OLE color: 2699305.

HSL color Cylindrical-coordinate representation of color #293029: hue angle of 120º 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 #293029 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 41 -
CMYK 0.15 0 0.15 0.81
HSL 120º 0.08% 0.17% -
HSV(B) 120º 0.15% 0.19% -
XYZ 2.37 2.75 2.5 -
YUV 45.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 41 48 41 0.15 0 0.15 0.81 120 0.08 0.17
Hex 29 30 29 F 0 F 51 78 8 11
Octal 51 60 51 17 0 17 121 170 10 21
Binary 101001 110000 101001 1111 0 1111 1010001 1111000 1000 10001

Color Harmonies of #293029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293029

Black with #293029

Text Example


Text Example

White with #293029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293029; }

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

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

background-color css

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

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

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

border-color css

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

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

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