Html Css Color HEX #293C2E Gordons Green

📋 copy color: '#293C2E'

red 41 ◦ green 60 ◦ blue 46

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

Shades of Gordons Green #293C2E

Tints of Gordons Green #293C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.82%

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

R = 27.89%
G = 40.82%
B = 31.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#293C2E (or 0x293C2E) is known color: Gordons Green. HEX triplet: 29, 3C and 2E. RGB value is (41,60,46). Sum of RGB (Red+Green+Blue) = 41+60+46=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #293C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C2E is #D6C3D1. Grayscale: #343434. Windows color (decimal): -14074834 or 3030057. OLE color: 3030057.

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

Color convert

RGB 41 60 46 -
CMYK 0.32 0 0.23 0.76
HSL 135.79º 0.19% 0.2% -
HSV(B) 135.79º 0.32% 0.24% -
XYZ 3.02 3.9 3.18 -
YUV 52.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 41 60 46 0.32 0 0.23 0.76 135.79 0.19 0.2
Hex 29 3C 2E 20 0 17 4C 88 13 14
Octal 51 74 56 40 0 27 114 210 23 24
Binary 101001 111100 101110 100000 0 10111 1001100 10001000 10011 10100

Color Harmonies of #293C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C2E

Black with #293C2E

Text Example


Text Example

White with #293C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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