Html Css Color HEX #293F30 Timber Green

📋 copy color: '#293F30'

red 41 ◦ green 63 ◦ blue 48

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

Shades of Timber Green #293F30

Tints of Timber Green #293F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 26.97%
G = 41.45%
B = 31.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#293F30 (or 0x293F30) is known color: Timber Green. HEX triplet: 29, 3F and 30. RGB value is (41,63,48). Sum of RGB (Red+Green+Blue) = 41+63+48=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #293F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F30 is #D6C0CF. Grayscale: #363636. Windows color (decimal): -14074064 or 3161897. OLE color: 3161897.

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

Color convert

RGB 41 63 48 -
CMYK 0.35 0 0.24 0.75
HSL 139.09º 0.21% 0.2% -
HSV(B) 139.09º 0.35% 0.25% -
XYZ 3.23 4.24 3.44 -
YUV 54.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 41 63 48 0.35 0 0.24 0.75 139.09 0.21 0.2
Hex 29 3F 30 23 0 18 4B 8B 15 14
Octal 51 77 60 43 0 30 113 213 25 24
Binary 101001 111111 110000 100011 0 11000 1001011 10001011 10101 10100

Color Harmonies of #293F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F30

Black with #293F30

Text Example


Text Example

White with #293F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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