Html Css Color HEX #293F2C Gordons Green

📋 copy color: '#293F2C'

red 41 ◦ green 63 ◦ blue 44

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

Shades of Gordons Green #293F2C

Tints of Gordons Green #293F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 42.57%

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

R = 27.7%
G = 42.57%
B = 29.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#293F2C (or 0x293F2C) is known color: Gordons Green. HEX triplet: 29, 3F and 2C. RGB value is (41,63,44). Sum of RGB (Red+Green+Blue) = 41+63+44=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #293F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F2C is #D6C0D3. Grayscale: #363636. Windows color (decimal): -14074068 or 2899753. OLE color: 2899753.

HSL color Cylindrical-coordinate representation of color #293F2C: hue angle of 128.18º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293F2C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 63 44 -
CMYK 0.35 0 0.30 0.75
HSL 128.18º 0.21% 0.2% -
HSV(B) 128.18º 0.35% 0.25% -
XYZ 3.15 4.21 3.03 -
YUV 54.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 41 63 44 0.35 0 0.30 0.75 128.18 0.21 0.2
Hex 29 3F 2C 23 0 1E 4B 80 15 14
Octal 51 77 54 43 0 36 113 200 25 24
Binary 101001 111111 101100 100011 0 11110 1001011 10000000 10101 10100

Color Harmonies of #293F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F2C

Black with #293F2C

Text Example


Text Example

White with #293F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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