Html Css Color HEX #293D2D Gordons Green

📋 copy color: '#293D2D'

red 41 ◦ green 61 ◦ blue 45

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

Shades of Gordons Green #293D2D

Tints of Gordons Green #293D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.5%

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 27.89%
G = 41.5%
B = 30.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#293D2D (or 0x293D2D) is known color: Gordons Green. HEX triplet: 29, 3D and 2D. RGB value is (41,61,45). Sum of RGB (Red+Green+Blue) = 41+61+45=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #293D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D2D is #D6C2D2. Grayscale: #353535. Windows color (decimal): -14074579 or 2964777. OLE color: 2964777.

HSL color Cylindrical-coordinate representation of color #293D2D: hue angle of 132º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D2D is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 61 45 -
CMYK 0.33 0 0.26 0.76
HSL 132º 0.2% 0.2% -
HSV(B) 132º 0.33% 0.24% -
XYZ 3.06 4 3.09 -
YUV 53.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 41 61 45 0.33 0 0.26 0.76 132 0.2 0.2
Hex 29 3D 2D 21 0 1A 4C 84 14 14
Octal 51 75 55 41 0 32 114 204 24 24
Binary 101001 111101 101101 100001 0 11010 1001100 10000100 10100 10100

Color Harmonies of #293D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D2D

Black with #293D2D

Text Example


Text Example

White with #293D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293D2D; }

 p { color: rgb(41,61,45); }

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

background-color css

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

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

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

border-color css

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

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

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