Html Css Color HEX #303C31 Timber Green

📋 copy color: '#303C31'

red 48 ◦ green 60 ◦ blue 49

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

Shades of Timber Green #303C31

Tints of Timber Green #303C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

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

R = 30.57%
G = 38.22%
B = 31.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#303C31 (or 0x303C31) is known color: Timber Green. HEX triplet: 30, 3C and 31. RGB value is (48,60,49). Sum of RGB (Red+Green+Blue) = 48+60+49=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #303C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C31 is #CFC3CE. Grayscale: #373737. Windows color (decimal): -13616079 or 3226672. OLE color: 3226672.

HSL color Cylindrical-coordinate representation of color #303C31: hue angle of 125º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #303C31 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 60 49 -
CMYK 0.20 0 0.18 0.76
HSL 125º 0.11% 0.21% -
HSV(B) 125º 0.2% 0.24% -
XYZ 3.39 4.08 3.51 -
YUV 55.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 48 60 49 0.20 0 0.18 0.76 125 0.11 0.21
Hex 30 3C 31 14 0 12 4C 7D B 15
Octal 60 74 61 24 0 22 114 175 13 25
Binary 110000 111100 110001 10100 0 10010 1001100 1111101 1011 10101

Color Harmonies of #303C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C31

Black with #303C31

Text Example


Text Example

White with #303C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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