Html Css Color HEX #293A2E Gordons Green

📋 copy color: '#293A2E'

red 41 ◦ green 58 ◦ blue 46

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

Shades of Gordons Green #293A2E

Tints of Gordons Green #293A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40%

 BLUE value IS 46 (18.36% from 255) = 31.72%

R = 28.28%
G = 40%
B = 31.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.77

RGB Variations

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

Color information

#293A2E (or 0x293A2E) is known color: Gordons Green. HEX triplet: 29, 3A and 2E. RGB value is (41,58,46). Sum of RGB (Red+Green+Blue) = 41+58+46=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 58 - color contains mainly: green. Hex color #293A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A2E is #D6C5D1. Grayscale: #333333. Windows color (decimal): -14075346 or 3029545. OLE color: 3029545.

HSL color Cylindrical-coordinate representation of color #293A2E: hue angle of 137.65º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #293A2E is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 58 46 -
CMYK 0.29 0 0.21 0.77
HSL 137.65º 0.17% 0.19% -
HSV(B) 137.65º 0.29% 0.23% -
XYZ 2.92 3.69 3.14 -
YUV 51.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 41 58 46 0.29 0 0.21 0.77 137.65 0.17 0.19
Hex 29 3A 2E 1D 0 15 4D 8A 11 13
Octal 51 72 56 35 0 25 115 212 21 23
Binary 101001 111010 101110 11101 0 10101 1001101 10001010 10001 10011

Color Harmonies of #293A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A2E

Black with #293A2E

Text Example


Text Example

White with #293A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,58,46); }

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

background-color css

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

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

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

border-color css

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

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

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