Html Css Color HEX #293E2D Gordons Green

📋 copy color: '#293E2D'

red 41 ◦ green 62 ◦ blue 45

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

Shades of Gordons Green #293E2D

Tints of Gordons Green #293E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.89%

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

R = 27.7%
G = 41.89%
B = 30.41%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#293E2D (or 0x293E2D) is known color: Gordons Green. HEX triplet: 29, 3E and 2D. RGB value is (41,62,45). Sum of RGB (Red+Green+Blue) = 41+62+45=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 62 - color contains mainly: green. Hex color #293E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E2D is #D6C1D2. Grayscale: #353535. Windows color (decimal): -14074323 or 2965033. OLE color: 2965033.

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

Color convert

RGB 41 62 45 -
CMYK 0.34 0 0.27 0.76
HSL 131.43º 0.2% 0.2% -
HSV(B) 131.43º 0.34% 0.24% -
XYZ 3.11 4.11 3.11 -
YUV 53.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 41 62 45 0.34 0 0.27 0.76 131.43 0.2 0.2
Hex 29 3E 2D 22 0 1B 4C 83 14 14
Octal 51 76 55 42 0 33 114 203 24 24
Binary 101001 111110 101101 100010 0 11011 1001100 10000011 10100 10100

Color Harmonies of #293E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E2D

Black with #293E2D

Text Example


Text Example

White with #293E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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