Html Css Color HEX #304231 Timber Green

📋 copy color: '#304231'

red 48 ◦ green 66 ◦ blue 49

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

Shades of Timber Green #304231

Tints of Timber Green #304231

RGB

 RED value IS 48 (19.14% from 255) = 29.45%

 GREEN value IS 66 (26.17% from 255) = 40.49%

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 29.45%
G = 40.49%
B = 30.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#304231 (or 0x304231) is known color: Timber Green. HEX triplet: 30, 42 and 31. RGB value is (48,66,49). Sum of RGB (Red+Green+Blue) = 48+66+49=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #304231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304231 is #CFBDCE. Grayscale: #3A3A3A. Windows color (decimal): -13614543 or 3228208. OLE color: 3228208.

HSL color Cylindrical-coordinate representation of color #304231: hue angle of 123.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #304231 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 49 -
CMYK 0.27 0 0.26 0.74
HSL 123.33º 0.16% 0.22% -
HSV(B) 123.33º 0.27% 0.26% -
XYZ 3.72 4.75 3.63 -
YUV 58.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 48 66 49 0.27 0 0.26 0.74 123.33 0.16 0.22
Hex 30 42 31 1B 0 1A 4A 7B 10 16
Octal 60 102 61 33 0 32 112 173 20 26
Binary 110000 1000010 110001 11011 0 11010 1001010 1111011 10000 10110

Color Harmonies of #304231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304231

Black with #304231

Text Example


Text Example

White with #304231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304231; }

 p { color: rgb(48,66,49); }

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

background-color css

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

 a { background-color: rgb(48,66,49); }

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

border-color css

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

 span { border-color: rgb(48,66,49); }

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