Html Css Color HEX #293D3A Gable Green

📋 copy color: '#293D3A'

red 41 ◦ green 61 ◦ blue 58

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

Shades of Gable Green #293D3A

Tints of Gable Green #293D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 25.63%
G = 38.13%
B = 36.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#293D3A (or 0x293D3A) is known color: Gable Green. HEX triplet: 29, 3D and 3A. RGB value is (41,61,58). Sum of RGB (Red+Green+Blue) = 41+61+58=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 61 - color contains mainly: green. Hex color #293D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D3A is #D6C2C5. Grayscale: #363636. Windows color (decimal): -14074566 or 3816745. OLE color: 3816745.

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

Color convert

RGB 41 61 58 -
CMYK 0.33 0 0.05 0.76
HSL 171º 0.2% 0.2% -
HSV(B) 171º 0.33% 0.24% -
XYZ 3.35 4.11 4.62 -
YUV 54.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 41 61 58 0.33 0 0.05 0.76 171 0.2 0.2
Hex 29 3D 3A 21 0 5 4C AB 14 14
Octal 51 75 72 41 0 5 114 253 24 24
Binary 101001 111101 111010 100001 0 101 1001100 10101011 10100 10100

Color Harmonies of #293D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D3A

Black with #293D3A

Text Example


Text Example

White with #293D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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