Html Css Color HEX #293A2C Gordons Green

📋 copy color: '#293A2C'

red 41 ◦ green 58 ◦ blue 44

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

Shades of Gordons Green #293A2C

Tints of Gordons Green #293A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.77%

R = 28.67%
G = 40.56%
B = 30.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.77

RGB Variations

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

Color information

#293A2C (or 0x293A2C) is known color: Gordons Green. HEX triplet: 29, 3A and 2C. RGB value is (41,58,44). Sum of RGB (Red+Green+Blue) = 41+58+44=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 58 - color contains mainly: green. Hex color #293A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A2C is #D6C5D3. Grayscale: #333333. Windows color (decimal): -14075348 or 2898473. OLE color: 2898473.

HSL color Cylindrical-coordinate representation of color #293A2C: hue angle of 130.59º 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 #293A2C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 58 44 -
CMYK 0.29 0 0.24 0.77
HSL 130.59º 0.17% 0.19% -
HSV(B) 130.59º 0.29% 0.23% -
XYZ 2.88 3.68 2.94 -
YUV 51.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 41 58 44 0.29 0 0.24 0.77 130.59 0.17 0.19
Hex 29 3A 2C 1D 0 18 4D 83 11 13
Octal 51 72 54 35 0 30 115 203 21 23
Binary 101001 111010 101100 11101 0 11000 1001101 10000011 10001 10011

Color Harmonies of #293A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A2C

Black with #293A2C

Text Example


Text Example

White with #293A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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