Html Css Color HEX #293D2B Gordons Green

📋 copy color: '#293D2B'

red 41 ◦ green 61 ◦ blue 43

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

Shades of Gordons Green #293D2B

Tints of Gordons Green #293D2B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.07%

 BLUE value IS 43 (17.19% from 255) = 29.66%

R = 28.28%
G = 42.07%
B = 29.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#293D2B (or 0x293D2B) is known color: Gordons Green. HEX triplet: 29, 3D and 2B. RGB value is (41,61,43). Sum of RGB (Red+Green+Blue) = 41+61+43=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #293D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D2B is #D6C2D4. Grayscale: #353535. Windows color (decimal): -14074581 or 2833705. OLE color: 2833705.

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

Color convert

RGB 41 61 43 -
CMYK 0.33 0 0.30 0.76
HSL 126º 0.2% 0.2% -
HSV(B) 126º 0.33% 0.24% -
XYZ 3.02 3.98 2.9 -
YUV 52.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 41 61 43 0.33 0 0.30 0.76 126 0.2 0.2
Hex 29 3D 2B 21 0 1E 4C 7E 14 14
Octal 51 75 53 41 0 36 114 176 24 24
Binary 101001 111101 101011 100001 0 11110 1001100 1111110 10100 10100

Color Harmonies of #293D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D2B

Black with #293D2B

Text Example


Text Example

White with #293D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,43); }

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

background-color css

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

 a { background-color: rgb(41,61,43); }

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

border-color css

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

 span { border-color: rgb(41,61,43); }

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