Html Css Color HEX #293529 Gordons Green

📋 copy color: '#293529'

red 41 ◦ green 53 ◦ blue 41

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

Shades of Gordons Green #293529

Tints of Gordons Green #293529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

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

R = 30.37%
G = 39.26%
B = 30.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#293529 (or 0x293529) is known color: Gordons Green. HEX triplet: 29, 35 and 29. RGB value is (41,53,41). Sum of RGB (Red+Green+Blue) = 41+53+41=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #293529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293529 is #D6CAD6. Grayscale: #303030. Windows color (decimal): -14076631 or 2700585. OLE color: 2700585.

HSL color Cylindrical-coordinate representation of color #293529: hue angle of 120º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293529 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 41 -
CMYK 0.23 0 0.23 0.79
HSL 120º 0.13% 0.18% -
HSV(B) 120º 0.23% 0.21% -
XYZ 2.59 3.18 2.57 -
YUV 48.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 41 53 41 0.23 0 0.23 0.79 120 0.13 0.18
Hex 29 35 29 17 0 17 4F 78 D 12
Octal 51 65 51 27 0 27 117 170 15 22
Binary 101001 110101 101001 10111 0 10111 1001111 1111000 1101 10010

Color Harmonies of #293529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293529

Black with #293529

Text Example


Text Example

White with #293529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293529; }

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

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

background-color css

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

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

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

border-color css

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

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

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