Html Css Color HEX #293F2A Gordons Green

📋 copy color: '#293F2A'

red 41 ◦ green 63 ◦ blue 42

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

Shades of Gordons Green #293F2A

Tints of Gordons Green #293F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 28.08%
G = 43.15%
B = 28.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#293F2A (or 0x293F2A) is known color: Gordons Green. HEX triplet: 29, 3F and 2A. RGB value is (41,63,42). Sum of RGB (Red+Green+Blue) = 41+63+42=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #293F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F2A is #D6C0D5. Grayscale: #363636. Windows color (decimal): -14074070 or 2768681. OLE color: 2768681.

HSL color Cylindrical-coordinate representation of color #293F2A: hue angle of 122.73º 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 #293F2A is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 63 42 -
CMYK 0.35 0 0.33 0.75
HSL 122.73º 0.21% 0.2% -
HSV(B) 122.73º 0.35% 0.25% -
XYZ 3.11 4.19 2.84 -
YUV 54.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 41 63 42 0.35 0 0.33 0.75 122.73 0.21 0.2
Hex 29 3F 2A 23 0 21 4B 7B 15 14
Octal 51 77 52 43 0 41 113 173 25 24
Binary 101001 111111 101010 100011 0 100001 1001011 1111011 10101 10100

Color Harmonies of #293F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F2A

Black with #293F2A

Text Example


Text Example

White with #293F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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